We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbb79b commit 3b459f7Copy full SHA for 3b459f7
main.tf
@@ -494,7 +494,8 @@ locals {
494
data "aws_subnet" "this" {
495
count = local.create_security_group ? 1 : 0
496
497
- id = element(var.vpc_options.subnet_ids, 0)
+ region = var.region
498
+ id = element(var.vpc_options.subnet_ids, 0)
499
}
500
501
resource "aws_security_group" "this" {
0 commit comments