-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible: GDNS Managed Zone and fixing Ansible errors #5
Closed
Conversation
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
Change-Id: I47b8921eb36543a0d27e16b7905c902a8aec3700
Change-Id: Id3f781570b9850d646a53ce036d2eaa2874e1f65
* Template for create, delete (update will throw error) * Autogenerated docs with input, output, and examples * Autogenerated integration tests using handwritten examples. * Includes handwritten cloud test runner, utility file for auth This currently targets Python 3 and Python 2.7+. Change-Id: I2e3d8faf4ca09c9e9a238a612fe263971bad6028
* Template for create, delete (update will throw error) * Autogenerated docs with input, output, and examples * Autogenerated integration tests using handwritten examples. * Includes handwritten cloud test runner, utility file for auth, document fragment This currently targets Python 3 and Python 2.7+.
Removed the use of Api::Object::MissingObject and ::NONE types to clean up provider yaml files. For attributes in .yaml files with no properties, you can remove the attribute all together or place in a !ruby/object:Provider::Config::TestData (or HashArray) with no properties.
Change-Id: I617b320d7d4324c68721f843564c4d70d204a6f7
nat-henderson
added a commit
that referenced
this pull request
Mar 8, 2018
edwardmedia
pushed a commit
to edwardmedia/magic-modules
that referenced
this pull request
May 18, 2020
edwardmedia
pushed a commit
to edwardmedia/magic-modules
that referenced
this pull request
May 19, 2020
edwardmedia
added a commit
that referenced
this pull request
May 20, 2020
* add ids to docs #5 * Update third_party/terraform/website/docs/r/google_kms_key_ring_iam.html.markdown Co-authored-by: Sam Levenick <[email protected]> * Update third_party/terraform/website/docs/r/google_kms_key_ring_iam.html.markdown Co-authored-by: Sam Levenick <[email protected]> * Update third_party/terraform/website/docs/r/google_kms_key_ring_iam.html.markdown Co-authored-by: Sam Levenick <[email protected]> * Update third_party/terraform/website/docs/r/google_project_iam.html.markdown Co-authored-by: Sam Levenick <[email protected]> * Update third_party/terraform/website/docs/r/google_project_service.html.markdown Co-authored-by: Sam Levenick <[email protected]> * Update google_kms_crypto_key_iam.html.markdown Remove ids from exported attributes for IAM resources * Update google_kms_key_ring_iam.html.markdown Remove ids from exported attributes for IAM resources * Update google_project_iam.html.markdown Remove ids from exported attributes for IAM resources * Update google_service_account_iam.html.markdown Remove ids from exported attributes for IAM resources * Update google_organization_iam_audit_config.html.markdown Update the exported id from {{organization}} to {{org_id}} * Update google_kms_crypto_key_iam.html.markdown Updated line formatting * Update google_organization_iam_member.html.markdown Remove the exported id for org related * Update google_organization_iam_audit_config.html.markdown Remove the exported id for org related * Update google_organization_iam_binding.html.markdown Remove exported id * Update google_organization_iam_policy.html.markdown Removed exported id * Update google_organization_policy.html.markdown Removed exported id * Update google_project_organization_policy.html.markdown Removed the exported id Co-authored-by: Edward Sun <[email protected]> Co-authored-by: Sam Levenick <[email protected]>
mirobertod
pushed a commit
to mirobertod/magic-modules
that referenced
this pull request
May 31, 2022
cleanup readme, move index.yaml to root for better helm url, fix some…
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This creates the DNS Managed Zone resource.
It also fixes the following differences with the handwritten module