Skip to content

Commit

Permalink
Moved Cloud Run secret support to ga (#5410) (#10519)
Browse files Browse the repository at this point in the history
* Added support for the integration with Secret Manager in Cloud Run Managed.
The integration enables binding secret values to environment variables or
to the content of files.

* Revert "Added support for the integration with Secret Manager in Cloud Run Managed."

This reverts commit 2170b507ee540108a8f08641e4997c9d449f2e28.

* Moved Cloud Run secret support to ga.

Moves the support for environment variables and filesystem based secrets from
beta to ga since the feature is now generally available.

* Completely removed provider setup for secret examples for Cloud Run.

* Added back data block.

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Nov 8, 2021
1 parent 26094a8 commit 1723732
Show file tree
Hide file tree
Showing 5 changed files with 924 additions and 33 deletions.
3 changes: 3 additions & 0 deletions .changelog/5410.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
cloudrun: Added support for secrets to ga terraform module.
```
Loading

0 comments on commit 1723732

Please sign in to comment.