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

HCS-1805-hotfix: Set "computed=true" option for the vm size #100

Merged
merged 1 commit into from
Apr 9, 2021

Conversation

riddhi89
Copy link
Contributor

@riddhi89 riddhi89 commented Apr 8, 2021

  • size is an optional field on Consul cluster create. If customers have not specified it in the config, without the "computed=true" option it forces recreation of the cluster.
  • Also updated the size desc to include the link with more details.

`size` is an optional field on Consul cluster create. If customers have
not specified it in the config, without the "computer=true" option
it forces recreation of the cluster.
@riddhi89 riddhi89 requested a review from a team April 8, 2021 23:48
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
Copy link
Contributor

Choose a reason for hiding this comment

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

Was concerned that this should really be Default, but according to this issue, this is totally a valid pattern! 📝

@bcmdarroch bcmdarroch merged commit 2a7ea06 into main Apr 9, 2021
@bcmdarroch bcmdarroch deleted the hcs-1805-hotfix branch April 9, 2021 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants