Skip to content

Commit

Permalink
fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-nikhildua committed Jun 13, 2024
1 parent 5debbfa commit 0b7b37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
ls -l
cat ${{env.TF_VAR_PRIVATE_KEY_PATH}}
echo "...""
echo "..."
cat ${{env.TF_VAR_PUBLIC_KEY_PATH}}
#terraform test -verbose
Expand Down
23 changes: 1 addition & 22 deletions integration/modules/create_ec2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -176,25 +176,4 @@ variable "USERDATA" {
type = any
nullable = true
default = null
}



# variable "aws_region" {
# type = string
# default = "us-west-1"
# description = "AWS region"
# }

# variable "aws_profile" {
# type = string
# description = "AWS profile"
# sensitive = true
# default = "blunderdome"
# }

# variable "aws_role_arn" {
# type = string
# description = "AWS role arn"
# sensitive =true
# }
}

0 comments on commit 0b7b37e

Please sign in to comment.