Skip to content

Commit

Permalink
changed vpc
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Apr 29, 2024
1 parent 23ada02 commit bf896c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/aws/uid2-operator-ami/euid.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
region = "eu-central-1"
identity_scope = "euid"
subnet_id = "subnet-0edbf47b073de1c79"
vpc_id = "vpc-065000fb9082c6a90"
subnet_id = "subnet-0602696c"
vpc_id = "vpc-4067e72a"
ami_ou_arns = [
"arn:aws:organizations::155852253738:ou/o-v1vmbc3c9h/ou-96c8-2vbyb92d"
]
2 changes: 1 addition & 1 deletion scripts/aws/uid2-operator-ami/source.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source "amazon-ebs" "linux" {

# instance parameters
ami_name = local.ami_name
ami_ou_arns = var.ami_ou_arns
ami_ou_arns = var.ami_ou_arns
instance_type = var.instance_type
region = var.region
subnet_id = var.subnet_id
Expand Down

0 comments on commit bf896c0

Please sign in to comment.