Josh Trutwin
Josh Trutwin
Another report - attempted to update the data access policy with some new values: ``` Terraform v1.9.2 on linux_amd64 Initializing plugins and modules... module.test_osis_pipeline.aws_opensearchserverless_access_policy.aoss_osis_data_access_policy: Modifying... [id=test-dynamo-pipeline-osis] ╷ │ Error: Provider...
Plan for the post above: ``` Terraform will perform the following actions: # module.test_osis_pipeline.aws_opensearchserverless_access_policy.aoss_osis_data_access_policy will be updated in-place ~ resource "aws_opensearchserverless_access_policy" "aoss_osis_data_access_policy" { id = "test-dynamo-pipeline-osis" name = "test-dynamo-pipeline-osis" ~...
and when attempting a second apply: ``` Terraform v1.9.2 on linux_amd64 Initializing plugins and modules... module.test_osis_pipeline.aws_opensearchserverless_access_policy.aoss_osis_data_access_policy: Modifying... [id=test-dynamo-pipeline-osis] ╷ │ Error: updating Security Policy (test-dynamo-pipeline-osis) │ │ with module.test_osis_pipeline.aws_opensearchserverless_access_policy.aoss_osis_data_access_policy, │...
Yeah I was wondering about that but I've been able to set up a "Socket Mode" bot that does not need to call out from external. I'll see where this...