Skip to content

Commit

Permalink
rfc: mention resource outputs
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft committed Nov 22, 2023
1 parent 9adb40c commit 4045cc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rfc/terraform-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4045cc0

Please sign in to comment.