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
Describe the bug
Have terraform that includes a deprecated behaviour (eg server_side_encryption_configuration within an S3 bucket or variable interpolation which is not required)
To Reproduce
Run a terratest against this with WarningsAsErrors: map[string]string{".*deprecated.*": "Fix the deprecation shown in the log."}, in the terraformOptions configuration.
Expected behavior
The test to fail with the warning picked up as an error.
Describe the bug
Have terraform that includes a deprecated behaviour (eg server_side_encryption_configuration within an S3 bucket or variable interpolation which is not required)
To Reproduce
Run a terratest against this with
WarningsAsErrors: map[string]string{".*deprecated.*": "Fix the deprecation shown in the log."},
in the terraformOptions configuration.Expected behavior
The test to fail with the warning picked up as an error.
Versions
The text was updated successfully, but these errors were encountered: