diff --git a/plugins/cloud-costs/CHANGELOG.md b/plugins/cloud-costs/CHANGELOG.md index d1108a5c1..dc56da695 100644 --- a/plugins/cloud-costs/CHANGELOG.md +++ b/plugins/cloud-costs/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 0.1.1 +* Added cloud costs service account support + ## 0.1.0 * Initial release supporting AWS and GCP diff --git a/plugins/cloud-costs/Dockerfile b/plugins/cloud-costs/Dockerfile index ebb9c7b98..9b80ed7a7 100644 --- a/plugins/cloud-costs/Dockerfile +++ b/plugins/cloud-costs/Dockerfile @@ -1,12 +1,4 @@ -FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:455.0.0-alpine - -RUN apk add --no-cache \ - python3 \ - py3-pip \ - && pip3 install --upgrade pip \ - && pip3 install --no-cache-dir \ - awscli \ - && rm -rf /var/cache/apk/* +FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:455.0.0 COPY cloud-costs.sh cloud-costs.sh diff --git a/plugins/cloud-costs/cloud-costs.sh b/plugins/cloud-costs/cloud-costs.sh index 4122620bd..ae58709cd 100755 --- a/plugins/cloud-costs/cloud-costs.sh +++ b/plugins/cloud-costs/cloud-costs.sh @@ -20,6 +20,7 @@ usage: cloud-costs \ --projectname \ --dataset \ --billingaccount \ + --serviceaccountemail \ [--timeout