Skip to content

Commit

Permalink
Merge pull request #7 from rahuls512/three-tier-project
Browse files Browse the repository at this point in the history
updated the null_resorce for provision github action.
  • Loading branch information
rahuls512 committed Jul 8, 2023
2 parents e23fdbb + 3f5673b commit 82fd3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion null_resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "null_resource" "provisioner" {
#Provisioner-file to Automate the file by using the file path for bostion host
provisioner "file" {
# source = "/../Downloads/awskey01.pem"
content = var.mykey
content = var.awskey01
destination = "/home/ec2-user/awskey01"
on_failure = continue

Expand Down

0 comments on commit 82fd3e3

Please sign in to comment.