Skip to content

Commit

Permalink
feat(provider/aws): Add roleARN to the deploy cloudformation stage (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudyg authored and christopherthielen committed Oct 11, 2019
1 parent d2dfa60 commit 74e829d
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -29,6 +29,11 @@ <h4>Template Configuration</h4>
</label>
</stage-config-field>
</div>
<stage-config-field label="IAM role ARN">
<label class="sm-label-right">
<input type="text" class="form-control input-sm" ng-model="stage.roleARN" />
</label>
</stage-config-field>
<stage-config-field label="Source" help-key="aws.cloudformation.source">
<label class="sm-label-right">
<input type="radio" ng-model="ctrl.$scope.stage.source" value="{{ctrl.textSource}}" />
Expand Down

0 comments on commit 74e829d

Please sign in to comment.