-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
* Initial commit, verify asset.yaml * Use an existing public bucket * Add Dataplex Asset into provider.go * Use a sample bucket instead of a hardcoded one * Fix asset YAML to have asset field * Fix asset YAML to have bucket field * Try again with a hardcoded bucket * minor syntax fix * Using handwritten tests since GCS buckets are not in DCL * Fix bucket name reference in Dataplex Asset * Ignore updates to bucket after creation * Change dataplex terraform resource name to primary for the tests * Add override for resource_spec.name. This is an immutable field and is normalized by the API. * upgrade dcl to 1.16 * Update test to use dataplexZone instead of zone * Add back comment accidentally removed in merge Signed-off-by: Modular Magician <magic-modules@google.com>
- Loading branch information
1 parent
01dc807
commit ac72df5
Showing
10 changed files
with
1,359 additions
and
7 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,3 @@ | ||
```release-note:new-resource | ||
`google_dataplex_asset` | ||
``` |
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
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.