We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Since the provider support the deployment_type argument for Apigee environment deployments (hashicorp/terraform-provider-google#11405), it would be a nice upcoming add for the apigee module.
In the same time, we could also add the api_proxy_type parameter.
I guess it would be something like this for the module variables:
environments = { apis-test = { display_name = "APIs test" description = "APIs Test" deployment_type = "PROXY" api_proxy_type = "PROGRAMMABLE" envgroups = ["test"] } }
And I suppose it should be optional, with default values at null, and if null, we don't set the options in the google_apigee_environment resource.
google_apigee_environment
This way, the current module should be without breaking changes.
The text was updated successfully, but these errors were encountered:
Added #1115, and waiting for the CLA to be validated.
Sorry, something went wrong.
Fixed with #1115
No branches or pull requests
Hello,
Since the provider support the deployment_type argument for Apigee environment deployments (hashicorp/terraform-provider-google#11405), it would be a nice upcoming add for the apigee module.
In the same time, we could also add the api_proxy_type parameter.
I guess it would be something like this for the module variables:
And I suppose it should be optional, with default values at null, and if null, we don't set the options in the
google_apigee_environment
resource.This way, the current module should be without breaking changes.
The text was updated successfully, but these errors were encountered: