-
Notifications
You must be signed in to change notification settings - Fork 828
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
Allow Atlantis to manage GCP Infrastructure #7581
Conversation
/approve /hold until ready |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, upodroid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
gcloud storage buckets update gs://k8s-infra-tf-state --versioning | ||
|
||
# Enable Google APIs | ||
gcloud services enable container.googleapis.com run.googleapis.com cloudbuild.googleapis.com --async |
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.
maybe provide the project with --project
?
/hold cancel The project has been provisioned |
@@ -47,6 +47,7 @@ containing manifests that are deployed to the cluster | |||
|
|||
## Deploying | |||
|
|||
- Open a PR and Atlantis will apply and deploy your Terraform changes. |
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.
(maybe we should be clear that this will happen after merge just to be explicit?)
|
||
# Bootstrapping Terraform - One Time Setup | ||
|
||
Terraform needs to be bootstrapped manually before it can be used. This process was done during Atlantis Setup. It is noted here for completeness and for potential troubleshooting. |
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.
thanks for writing this down.
/cc @BenTheElder @ameukam @dims
This change will allow Atlantis to plan and apply changes to our GCP Terraform code.
The seed project holds the service account and the terraform state bucket. I want to migrate all the state buckets inside kubernetes-public project to a directory inside this new state bucket