Yuriy Murdza
Results
1
comments of
Yuriy Murdza
Also, this issue is present when use terraform concat function: resource "aws_security_group" "instance" { name = local.security_group_name description = "Security Group for ${var.name_prefix}" vpc_id = data.aws_vpc.vpc.id lifecycle { create_before_destroy =...