Skip to content

Commit

Permalink
Add required providers to admin role module
Browse files Browse the repository at this point in the history
  • Loading branch information
iuriaranda committed Jan 8, 2025
1 parent 0d3aa39 commit 11e3955
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions admin-role/admin-role.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.81.0"
}
}
}

variable "gs_user_account" {
type = string
description = "Account of Giant Swarm IAM users (`084190472784`, except for China)"
Expand Down

0 comments on commit 11e3955

Please sign in to comment.