-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to new cloudfoundry provider #56
Comments
more context/discussion: https://gsa-tts.slack.com/archives/C02U4Q9M5UH/p1729197775560979 |
"breaking change" should be defined around both the parameters required for use of the modules as well as whether a resource created before the change can be cleanly managed by the provider after the change. |
There's a lot of changes, and existing resources will have to be "orphaned" by removing them from the state, then re-importing them before the |
currently no ability to set a space security group to an existing security group cloudfoundry/terraform-provider-cloudfoundry#81 |
Docs on passing providers explicitly to a module: https://developer.hashicorp.com/terraform/language/modules/develop/providers#passing-providers-explicitly will be needed since v1 and v2 both use the |
Story
As a devops engineer,
I would like to use a better supported terraform provider for cloudfoundry,
So that I can be confident that everything works properly and will continue to work as api v2 goes away
Solution
Tasks
Acceptance Criteria
The text was updated successfully, but these errors were encountered: