Skip to content

Commit

Permalink
update packer region
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Nov 9, 2023
1 parent dd95e0c commit 234d1cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions terraform/awx-ansible-tower-instance/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ variable "ssh_private_key" {
description = "Content of your SSH private key, matching the public key above"
sensitive = true
}

variable "use_packer_image" {
type = bool
description = "Use your Packer build image"
}
2 changes: 1 addition & 1 deletion variables.auto.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_directory = "./output"
cpus = "2"
memory = "512"
disk_size = "10240"
aws_region = "ap-south-1"
aws_region = "ap-southeast-2"
aws_instance_type = "t2.medium"
azure_resource_group = "resourcegroup" # "${env("AZURE_RESOURCE_GROUP")}"
azure_shared_image_gallery = "SharedImageGallery" # "${env("AZURE_SHARED_IMAGE_GALLERY")}"
Expand Down
2 changes: 1 addition & 1 deletion variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ variable "aws_secret_key" {

variable "aws_region" {
type = string
default = "ap-south-1"
default = "ap-southeast-2"
}

variable "aws_instance_type" {
Expand Down

0 comments on commit 234d1cf

Please sign in to comment.