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
│ Error: invalid value for statement.0.sid (must only include alphanumeric characters)
│
│ with module.terraform-aws-sns.data.aws_iam_policy_document.this[0],
│ on .terraform/modules/terraform-aws-sns/main.tf line 51, in data "aws_iam_policy_document" "this":
│ 51: data "aws_iam_policy_document" "this" {
Versions
Module version
Terraform version:
v1.5.7
Provider version(s):
4.3.0
Reproduction Code
This error was reproduced on our environment during a tf plan to out modules today. I test with my forked repo and this error disappeared. Creating this PR to fix this issue.
Actual behavior
Error deploying data,aws_iam_policy_document.this
Terminal Output Screenshot(s)
│ Error: invalid value for statement.0.sid (must only include alphanumeric characters)
│
│ with module.terraform-aws-sns.data.aws_iam_policy_document.this[0],
│ on .terraform/modules/terraform-aws-sns/main.tf line 51, in data "aws_iam_policy_document" "this":
│ 51: data "aws_iam_policy_document" "this" {
The text was updated successfully, but these errors were encountered:
Description
We get the following error using this module:
Versions
Module version
Terraform version:
v1.5.7
Provider version(s):
4.3.0
Reproduction Code
This error was reproduced on our environment during a tf plan to out modules today. I test with my forked repo and this error disappeared. Creating this PR to fix this issue.
Actual behavior
Error deploying data,aws_iam_policy_document.this
Terminal Output Screenshot(s)
The text was updated successfully, but these errors were encountered: