mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-19 04:24:39 -04:00
Pin terraform provider hashes (#361)
This commit is contained in:
parent
45dba96e31
commit
52f140a968
11 changed files with 212 additions and 8 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue