Infisical / terraform-provider-infisical

The offical Infisical Terraform provider
Mozilla Public License 2.0
9 stars 6 forks source link

Identity and Identity auth resource #38

Closed akhilmhdh closed 2 months ago

akhilmhdh commented 5 months ago

The PR adds a new resources for management of

  1. Identity
  2. Identity universal auth
  3. Identity universal auth client secret
  4. Aws auth
  5. Azure auth
  6. Gcp auth
  7. K8s auth

Before merging this PR, api changes pr needs to be merged.

akhilmhdh commented 5 months ago

@maidul98 you can start testing this. Don't merge yet.

There is a small terraform edgecase in which when its optional and computed, the changes keeps triggering. I need a way to resolve that. From what i have read its kinda terraform bug too.