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

Initial autogeneration of Spanner instance in Terraform. #360

Merged
merged 1 commit into from
Jan 22, 2019

Conversation

modular-magician
Copy link
Collaborator

if err := d.Set("display_name", flattenSpannerInstanceDisplayName(res["displayName"], d)); err != nil {
return fmt.Errorf("Error reading Instance: %s", err)
}
if err := d.Set("num_nodes", flattenSpannerInstanceNum_nodes(res["nodeCount"], d)); err != nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In an ideal world, this wouldn't be Num_nodes - but I can live with it.

@ghost ghost added the documentation label Jan 17, 2019
@modular-magician modular-magician force-pushed the codegen-pr-1266 branch 3 times, most recently from 62fd4c5 to 25defce Compare January 18, 2019 23:26
Signed-off-by: Modular Magician <magic-modules@google.com>
@nat-henderson nat-henderson merged commit 4d49fa9 into hashicorp:master Jan 22, 2019
@modular-magician modular-magician deleted the codegen-pr-1266 branch November 15, 2024 20:19
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.

2 participants