Skip to content

Commit

Permalink
remove support to assume_role from terraform template
Browse files Browse the repository at this point in the history
as part of the move of the pipeline
  • Loading branch information
nader-ziada committed Nov 20, 2024
1 parent 9f070d5 commit 648aa09
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ci/assets/terraform/template.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
variable "access_key" {}
variable "secret_key" {}
variable "role_arn" {
default = ""
}
variable "session_token" {
default = ""
}
Expand All @@ -15,9 +12,6 @@ provider "aws" {
secret_key = var.secret_key
token = var.session_token
region = var.region
assume_role {
role_arn = var.role_arn
}
}

data "aws_availability_zones" "available" {}
Expand Down

0 comments on commit 648aa09

Please sign in to comment.