Skip to content
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

Generate Filestore in Terraform in Magic Modules. #482

Merged
merged 7 commits into from
Sep 22, 2018
Merged

Conversation

nat-henderson
Copy link
Contributor

@nat-henderson nat-henderson commented Sep 20, 2018

Three significant magic modules changes here:

  • This change adds the new parameter setting 'url_param_only',
    which suppresses the value in the body of HTTP requests. This is
    necessary in new-style products, where /location/ is used instead
    of zone or region.

  • This change fixes an issue with 'ignore_read', which previously
    only worked on top-level fields. With this change, nested fields
    also are not set on read if marked 'ignore_read'.

Both of these are implemented in terraform only.

  • This change allows lists of enums for the first time. Previously that had been implemented as lists of strings.

That's implemented in all providers.


[all]

Minor changes associated with implementing Filestore Instance in Terraform.

[terraform]

Implement Filestore Instance.

@modular-magician
Copy link
Collaborator

I am a robot that works on MagicModules PRs!

I built this PR into one or more PRs on other repositories, and when those are closed, this PR will also be merged and closed.
depends: hashicorp/terraform-provider-google#2088

@modular-magician
Copy link
Collaborator

I am (still) a robot that works on MagicModules PRs!

I just wanted to let you know that your changes (as of commit c9ebc85) have been included in your existing downstream PRs.

# This is the 1st commit message:

Generate Filestore in Terraform in Magic Modules.

Two significant magic modules changes here:

* This change adds the new parameter setting 'url_param_only',
which suppresses the value in the body of HTTP requests.  This is
necessary in new-style products, where /location/ is used instead
of zone or region.

* This change fixes an issue with 'ignore_read', which previously
only worked on top-level fields.  With this change, nested fields
also are not set on read if marked 'ignore_read'.

Both of these are implemented in terraform only.

# This is the commit message #2:

remove YAGNI problem / make rubocop happy.
@nat-henderson
Copy link
Contributor Author

Terraform's not going to compile on this one - That's because there's some work that needs to be done to swap file over to filestore. No problem - I'll do the generation parts by hand and this will still submit cleanly.

Tracked submodules are build/puppet/_bundle build/puppet/auth build/puppet/bigquery build/puppet/compute build/puppet/sql build/puppet/storage build/puppet/spanner build/puppet/container build/puppet/dns build/puppet/pubsub build/puppet/resourcemanager build/chef/_bundle build/chef/auth build/chef/compute build/chef/sql build/chef/storage build/chef/spanner build/chef/container build/chef/dns build/chef/iam build/terraform build/ansible.
@modular-magician modular-magician merged commit 2f3a1e3 into master Sep 22, 2018
@nat-henderson nat-henderson deleted the filestore branch September 22, 2018 01:12
@rileykarson
Copy link
Member

Hey @ndmckinley did we lose the test code somewhere here? It's in Terraform but isn't in MM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants