Skip to content

Commit

Permalink
remove used params
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwalker committed May 17, 2023
1 parent f50bf52 commit 6ece8ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/rspec.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@

name: cftest

on: [push, pull_request]

jobs:
test:
name: test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: set up ruby 2.7
uses: actions/setup-ruby@v1
with:
ruby-version: 2.7.x
- name: install gems
run: gem install cfhighlander rspec
- name: set cfndsl spec
run: cfndsl -u
- name: cftest
run: rspec
env:
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ap-southeast-2
rspec:
uses: theonestack/shared-workflows/.github/workflows/rspec.yaml@main
secrets: inherit
3 changes: 0 additions & 3 deletions amp-ecs.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
parameter name: 'SubnetIds', value: FnSplit(',', Ref(:SubnetIds))
parameter name: 'EcsCluster', value: Ref(:EcsCluster)
parameter name: 'DesiredCount', value: 1
parameter name: 'Enableexportercaling', value: false
parameter name: 'exporterScalingMax', value: 1
parameter name: 'exporterScalingMin', value: 1
parameter name: 'MinimumHealthyPercent', value: 0
parameter name: 'MaximumPercent', value: 100
parameter name: 'Cpu', value: Ref('Cpu')
Expand Down

0 comments on commit 6ece8ab

Please sign in to comment.