Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 896 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 896 Bytes

cert-manager GCP infrastructure

This directory contains the Terraform configuration for the GCP infrastructure of the cert-manager project. This infrastructure lives in the CNCF GCP organization under the cert-manager folder.

Planning and applying changes

To plan changes to the infrastructure, run:

git clone https://github.com/cert-manager/infrastructure.git
tofu init
tofu plan

⚠️ If there are any uncommitted changes, make sure you understand who made them and why. We are still actively developing the infrastructure, so it's possible that there are changes and bugfixes that are not yet committed to the repository.

ℹ️ If you are not an admin (listed in the variables.tf file), you will not be able to access the terraform state bucket and the GCP projects.

To apply changes to the infrastructure, run:

tofu apply