Closed mayank0202 closed 1 year ago
outputs.tf
data.tf
variables.tf
.terraform-version file
latest^1.4
module "arc-tags" { source = "sourcefuse/arc-tags/aws" version = "1.2.3" # insert the 2 required variables here }
outputs.tf
in example folderdata.tf
in example folder and use data-lookups for vpc,subnets etc.variables.tf
and use variables instead of doing hardcoding values.terraform-version file
and use atleastlatest^1.4
in example folder