Skip to content

Commit

Permalink
remove TARGET_ROLE_NAME and TARGET_ACCOUNT_ID from tile
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymccon committed Nov 8, 2018
1 parent a3bee56 commit 3bd2910
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packaging/cloudfoundry/tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ packages:
path: resources/cfnsb
buildpack: binary_buildpack
command: >
export PARAM_OVERRIDE_${BROKER_ID}_all_all_all_target_role_namey=${TARGET_ROLE_NAME} ;
export PARAM_OVERRIDE_${BROKER_ID}_all_all_all_target_account_id=${TARGET_ACCOUNT_ID} ;
export PARAM_OVERRIDE_${BROKER_ID}_all_all_all_region=${AWS_DEFAULT_REGION} ;
./cfnsb
-logtostderr
Expand Down Expand Up @@ -49,14 +47,6 @@ forms:
type: secret
label: AWS Secret Access Key
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
- name: TARGET_ACCOUNT_ID
type: string
label: Target AWS Account ID
description: AWS AccountID for provisioning role, by default, resources will be provisioned into this account
- name: TARGET_ROLE_NAME
type: string
label: Target IAM Role Name
description: Target IAM role name to use when provisioning, requires TARGET_ACCOUNT_ID to be populated
- name: AWS_DEFAULT_REGION
type: string
label: AWS Region
Expand Down

0 comments on commit 3bd2910

Please sign in to comment.