-
Notifications
You must be signed in to change notification settings - Fork 724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implementing terraform cloud deploy with agents #1034
feat: implementing terraform cloud deploy with agents #1034
Conversation
…nini-ciandt/terraform-example-foundation into feature/tf-cloud-deploy-with-agents
…nini-ciandt/terraform-example-foundation into feature/tf-cloud-deploy-with-agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Looks like there are some conflicts with the main branch - I think the fork needs to re-sync with the repo to incorporate recent changes (i.e. VPC flow logs variable) |
Thanks @gtsorbo I will fix the conflicts |
conflicts fixed |
The goal of this PR is to introduce Terraform Cloud (TFC) deploy method into foundation structure.
The scope of this PR is from 0-bootstrap step until 4-projects, with Terraform Cloud Agents support.
5-app-infra support will be included in the next PR (it is still WIP)