diff --git a/rfc/terraform-provider.md b/rfc/terraform-provider.md index b65c68fb226..e176517ecdf 100644 --- a/rfc/terraform-provider.md +++ b/rfc/terraform-provider.md @@ -47,6 +47,8 @@ resource "constellation_cluster" "foo" { network_config = { # TBD # should contain CIDRs for pod network, service cidr, node network... for Cilium + # the aforementioned values might be outputs of infrastructure that is also provisioned + # through Terraform, such as a VPC. # and in-cluster Kubernetes API endpoint, e.g. for Kubelets } attestation = data.constellation_attestation.attestation # or provide manually crafted values