Open sstiglitz opened 2 months ago
Hi @sstiglitz. I'm sorry to hear that.
I think that this change was introduced in https://github.com/GoogleCloudPlatform/magic-modules/pull/9917 and is by design. My understanding is that enable_private_environment=True
wasn't ever valid for Composer v2, but I'm not super familiar with composer so I could be wrong here.
Describe what happened
When setting
enable_private_environment=True
on a Composer v2 environment, it throws an error stating it can only be used on a Composer v3 environment.When using
pulumi-gcp>=7.7.0,<=7.11.2
, this setting can be used on a Composer v2 environment. And it works as intended, I have created multiple Composer v2 environments with this setting enabled.Only after I upgrade to
pulumi-gcp>=7.14.0,<=8.1.0
does this throw an error. I checked the most recent version 8.1.0 and still throws this error.Sample program
Log output
Affected Resource(s)
No response
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).