Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from FIAP-3SOAT-G15/fix-policy
Browse files Browse the repository at this point in the history
Fix policy
  • Loading branch information
wellyfrs authored Mar 16, 2024
2 parents 7bda491 + 13d138b commit cc6478e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ resource "aws_iam_policy" "rds_params_read_only_policy" {
name = "TechChallengeRDSParamsReadOnlyPolicy"

policy = jsonencode({
Version = "2022-10-17"
Version = "2012-10-17"
Statement = [
{
Effect = "Allow"
Expand Down

0 comments on commit cc6478e

Please sign in to comment.