Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Jun 16, 2024
1 parent 55052f8 commit 1cdbbe3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions labfiles/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
output "instance_id_region1" {
value = aws_instance.region1.id
}

output "instance_id_region2" {
value = aws_instance.region2.id
}
1 change: 1 addition & 0 deletions labfiles/vars.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
variable "s3_mrap_arn" {
description = "S3 multi-region access point ARN"
type = string
default = "ARN_NOT_SET"
}

0 comments on commit 1cdbbe3

Please sign in to comment.