Pin terraform provider hashes (#361)

This commit is contained in:
Malte Poll 2022-10-25 10:10:46 +02:00 committed by GitHub
parent 45dba96e31
commit 52f140a968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 212 additions and 8 deletions

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "4.36.1"
}
}
}
@ -39,7 +39,7 @@ resource "aws_iam_role" "control_plane_role" {
}
]
}
EOF
EOF
}
resource "aws_iam_policy" "control_plane_policy" {
@ -144,7 +144,7 @@ resource "aws_iam_role" "worker_node_role" {
}
]
}
EOF
EOF
}
resource "aws_iam_policy" "worker_node_policy" {