This is a sample repo of a terraform script which uses Terraform CloudFoundry Provider to orchestrate a CloudFroundry_space in code.
You can adjust this example to any other terraform provider/resource resource or a different remote state bucket that does not run on Google cloud platform.
- To run this example locally, configure the
terraform.tfvars_example
file, and rename toterraform.tfvars
- make sure your local mashine is logged into the gcp cli.
terraform init
terraform apply
When asked, enteryes
to create the desired space resource
Next, we learn how the existing terraform-managed landscape can be moved to our Crossplane control plane. All relevant crossplane resources you can find in migration_to_crossplane
Full guide here