Skip to content

Commit 3bd2910

Browse files
committed
remove TARGET_ROLE_NAME and TARGET_ACCOUNT_ID from tile
1 parent a3bee56 commit 3bd2910

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packaging/cloudfoundry/tile.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ packages:
1111
path: resources/cfnsb
1212
buildpack: binary_buildpack
1313
command: >
14-
export PARAM_OVERRIDE_${BROKER_ID}_all_all_all_target_role_namey=${TARGET_ROLE_NAME} ;
15-
export PARAM_OVERRIDE_${BROKER_ID}_all_all_all_target_account_id=${TARGET_ACCOUNT_ID} ;
1614
export PARAM_OVERRIDE_${BROKER_ID}_all_all_all_region=${AWS_DEFAULT_REGION} ;
1715
./cfnsb
1816
-logtostderr
@@ -49,14 +47,6 @@ forms:
4947
type: secret
5048
label: AWS Secret Access Key
5149
description: AWS IAM User Secret Key to use, if left blank will attempt to use a role, if defined key-id must also be defined
52-
- name: TARGET_ACCOUNT_ID
53-
type: string
54-
label: Target AWS Account ID
55-
description: AWS AccountID for provisioning role, by default, resources will be provisioned into this account
56-
- name: TARGET_ROLE_NAME
57-
type: string
58-
label: Target IAM Role Name
59-
description: Target IAM role name to use when provisioning, requires TARGET_ACCOUNT_ID to be populated
6050
- name: AWS_DEFAULT_REGION
6151
type: string
6252
label: AWS Region

0 commit comments

Comments
 (0)