baskraai / iac-aws-template

Template for the iac-aws repo's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>"
    }
  }
}

About

Template for the iac-aws repo's

License:GNU General Public License v3.0


Languages

Language:HCL 100.0%