/iac-aws-template

Template for the iac-aws repo's

Primary LanguageHCLGNU General Public License v3.0GPL-3.0

IaC AWS

The configuration for the component of the Infra-as-Code stack.

Local development

For local development you need to add the file backend.tf:

terraform {
  backend "remote" {
    organization = "<org_name>"
    workspaces {
      name = "<workspace_name>"
    }
  }
}