terraform-provider-sdm
terraform-provider-sdm copied to clipboard
strongDM Terraform Provider
To repro: `apply` the below: ```terraform resource "sdm_resource" "teamcity_database" { azure_postgres { database = "example" hostname = azurerm_mysql_flexible_server.example.fqdn name = "example" username = local.readonly_database_username password = random_password.readonly_user_password.result } } ```...
The AWS Terraform Provider allows you to define default tags applied automatically to every resource. It would be helpful to have similar functionality in SDM.
[FEATURE REQUEST] * Support for mapping `sdm_roles` with `sdm_resource` using "name" as identifier instead of relying on tags or id. Additional Information: ----------------------- Terraform v1.0.6 on darwin_amd64 + provider registry.terraform.io/strongdm/sdm...