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

Spaces are not allowed in the identity group name #2112

Open
ankitatdnv opened this issue May 13, 2024 · 0 comments
Open

Spaces are not allowed in the identity group name #2112

ankitatdnv opened this issue May 13, 2024 · 0 comments
Labels

Comments

@ankitatdnv
Copy link

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

Terraform Version and Provider Version

Terraform v1.8.0
on windows_amd64

  • provider registry.terraform.io/oracle/oci v5.41.0

Affected Resource(s)

oci_identity_group

Terraform Configuration Files

resource "oci_identity_group" "oci_federated_group" {
  compartment_id = var.tenancy_ocid
  name           = "AzAdm BA-Testfed-NonProd-Database Read"
  description    = "tf-test-group"  
}

Debug Output

https://gist.github.com/ankitatdnv/8dbf4a6d89b44f664d07630e2dc37230

Panic Output

Expected Behavior

I should be able to create group with spaces in the name of the group. As I can do it from OCI console.

Actual Behavior

It fails with following error: Error: 400-InvalidParameter, name must be one or more of the following characters a-zA-Z0-9.-_

Steps to Reproduce

  1. terraform apply

Important Factoids

References

@ankitatdnv ankitatdnv added the bug label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant