-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add CertificateMap resource * Fix how fields made mutually exclusive * Remove use of exactly_one_of This wouldn't work as it cannot track indices. Usually it's used with a list that's got max of 1 element * added a certificate-map-resource * fixed issues for certificate map entry rescource * few modifications for comments and item type * modify yaml files to include cert_name * change ruby version * corrected resource attributes * change ruby version * updated urls and objects * updated my-map-entry to map * fixing url errors * fix errors * Remove comments and update description of resource attribute * remove extra line from managed_ssl_certificate_recreation file * add comments to managed_ssl_certificate_recreation Co-authored-by: Sarah French <sarah.french@hashicorp.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Sarah French <sarah.french@hashicorp.com>
- Loading branch information
1 parent
da41f80
commit 1964cee
Showing
13 changed files
with
1,848 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
```release-note:new-resource | ||
`google_certificate_map_entry` | ||
``` | ||
```release-note:new-resource | ||
`google_certificate_map` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.