You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a new SA on a namespace that was deleted & recreated using Terraform
Describe the bug
The creation fails with the error below.
Error: Failed to find search attribute
│
│ with temporalcloud_namespace_search_attribute.custom_search_attribute,
│ on main.tf line 24, in resource "temporalcloud_namespace_search_attribute" "custom_search_attribute":
│ 24: resource "temporalcloud_namespace_search_attribute" "custom_search_attribute" {
│
│ Failed to find search attribute `ProjectId` after update (this is a bug, please report this on GitHub!)
╵
Minimal Reproduction
Create a namespace with some name say 'temporal-test'
Add a SA with some name 'ProjectId' and type 'keyword'
Delete the ns
Recreate a ns with the same name 'temporal-test'
Try creating an SA with the same name 'ProjectId' of type 'keyword' using Terraform and you will see the above error. However, the UI let you create same SA.
Screen.Recording.2024-04-11.at.11.25.57.am.mov
Environment/Versions
OS and processor: [M2 Max]
Temporal Web API Version: v2.21.0
Are you using Docker or Kubernetes or building Temporal from source? No
Additional context
The text was updated successfully, but these errors were encountered:
What are you really trying to do?
I am trying to create a new SA on a namespace that was deleted & recreated using Terraform
Describe the bug
The creation fails with the error below.
Minimal Reproduction
Screen.Recording.2024-04-11.at.11.25.57.am.mov
Environment/Versions
Additional context
The text was updated successfully, but these errors were encountered: