vmware / terraform-provider-wavefront

Terraform Wavefront provider
https://www.terraform.io/docs/providers/wavefront/
Mozilla Public License 2.0
8 stars 23 forks source link

Support generate token for service account #118

Open anhdle14 opened 1 year ago

anhdle14 commented 1 year ago

Is your feature request related to a problem? Please describe.

Doing vending machine of service account but current Terraform doesn't provide anyway to get the token information. Upstream API also doesn't support it as well.

Describe the solution you'd like

Terraform resources when creating a service account have ref to token it is generated. Revoked, Renew should also be supported via Terraform as wekk.

Describe alternatives you've considered

Try using OpenAPI specs from WaveFront also doesn't work. Seem that the upstream API needs to support it first before Terraform can do anything.

Additional context

No response