You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vote on this issue by adding a 👍 reaction to the original issue initial description to help the maintainers prioritize.
Do not leave "+1" or other comments that do not add relevant information or questions.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Terraform
v1.7.2
Terraform Provider
0.11.0
VMware Cloud Foundation
5.2.1
Description
When doing bringup , the code block
provider "vcf" {
cloud builder details
}
When doing day1 operations like wld create
provider "vcf" {
sddc manager details
}
If we want to build one tf file which does all workflows like bringup , host commission , WLD create etc
we cannot do so because after bringup complete , we need to change the content of provider "vcf" with sddc_m details.
Is there a work around for this ?
Affected Resources or Data Sources
r/vcf_instance
r/vcf_workload_domain
Terraform Configuration
Full stack VCF build
Debug Output
This is a design issue . So no debug output
Panic Output
No response
Expected Behavior
Create full stack VCF
Actual Behavior
Not possible now because mid way we need to change the contents of block provider "vcf" {}
Steps to Reproduce
It is a design issue
Environment Details
No response
Screenshots
No response
References
No response
The text was updated successfully, but these errors were encountered:
Code of Conduct
Terraform
v1.7.2
Terraform Provider
0.11.0
VMware Cloud Foundation
5.2.1
Description
When doing bringup , the code block
When doing day1 operations like wld create
If we want to build one tf file which does all workflows like bringup , host commission , WLD create etc
we cannot do so because after bringup complete , we need to change the content of provider "vcf" with sddc_m details.
Is there a work around for this ?
Affected Resources or Data Sources
r/vcf_instance
r/vcf_workload_domain
Terraform Configuration
Full stack VCF build
Debug Output
This is a design issue . So no debug output
Panic Output
No response
Expected Behavior
Create full stack VCF
Actual Behavior
Not possible now because mid way we need to change the contents of block provider "vcf" {}
Steps to Reproduce
It is a design issue
Environment Details
No response
Screenshots
No response
References
No response
The text was updated successfully, but these errors were encountered: