Skip to content

Commit

Permalink
fix: pass custom asm_role to the cluster submodule (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: ankitm123 <[email protected]>
  • Loading branch information
ankitm123 authored Mar 19, 2022
1 parent 1ac915e commit 49d859b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ Add this section after we add tests and compliance
- [ ] Change is code complete and matches issue description.
- [ ] Change is covered by existing or new tests.
- [ ] Readme and jx-docs (https://jenkins-x.io/docs/install-setup/installing/create-cluster/eks/) are updated
- [ ] Readme and jx-docs (https://jenkins-x.io/docs/install-setup/installing/create-cluster/eks/) are updated
-->
#### Description

#### Description

#### Special notes for the reviewer(s)


#### Which issue this PR fixes

fixes #

#### Release notes
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ module "cluster" {
enable_repository_storage = var.enable_repository_storage
boot_secrets = var.boot_secrets
use_asm = var.use_asm
asm_role = var.asm_role
}

// ----------------------------------------------------------------------------
Expand Down

0 comments on commit 49d859b

Please sign in to comment.