Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new resource for managing envirommnent add-ons configuration #17669

Open
f0rked opened this issue Mar 25, 2024 · 0 comments
Open

Add new resource for managing envirommnent add-ons configuration #17669

f0rked opened this issue Mar 25, 2024 · 0 comments

Comments

@f0rked
Copy link

f0rked commented Mar 25, 2024

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request.
  • Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.
  • If an issue is assigned to a user, that user is claiming responsibility for the issue.
  • Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.

Description

Currently there is no way of configuring add-ons for an Apigee environment althoug an API exists for that purpose

A resource is needed for managing the add-ons configuration for environments as the default configuration is to disable add-ons and we can not automate completely the environment creation using terraform.

New or Affected Resource(s)

Create new resource

  • google_apigee_environment_addons_config

Potential Terraform Configuration

resource "google_apigee_environment_addons_config" "test_organization" {
  env_id = "organizations/{org_name}/environments/{env_name}"

  addons_config {
    api_security_config {
      enabled = true
    }
    analytics_config {
      enabled = true
    }
  }
}```


### References

_No response_

b/331217794
@github-actions github-actions bot added forward/review In review; remove label to forward service/apigee labels Mar 25, 2024
@melinath melinath added new-resource and removed forward/review In review; remove label to forward labels Mar 25, 2024
@melinath melinath added this to the Goals milestone Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants