Skip to content

Commit

Permalink
add stuff for using access keys
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 20, 2022
1 parent 0941983 commit 0ee8df9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/full-cluster/cluster-roles/deployer.iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ module "service_cicd_deployer" {
service_account = true
enable_sending_mail = false
create_access_keys = false
attached_policies = flatten(concat([for k, v in data.aws_iam_policy.cicd_deployer_policies : v.arn], [aws_iam_policy.cicd_deployer.arn]))
profile = var.profile
pgp_key_file = "./init/tf-gpg-key.b64"

attached_policies = flatten(concat([for k, v in data.aws_iam_policy.cicd_deployer_policies : v.arn], [aws_iam_policy.cicd_deployer.arn]))

tags = merge(
local.base_tags,
Expand Down

0 comments on commit 0ee8df9

Please sign in to comment.