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

Add uuid to address_groups data source #472

Merged
merged 2 commits into from
Aug 8, 2022
Merged

Conversation

Bermos
Copy link

@Bermos Bermos commented Jul 1, 2022

This should fix #461

@Bermos
Copy link
Author

Bermos commented Jul 7, 2022

This conflicts with #462 as it removes the documentation that this PR implements.

@@ -58,6 +58,10 @@ func dataSourceNutanixAddressGroups() *schema.Resource {
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"uuid": {
Type: schema.TypeString,
Required: true,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Type should be Computed.

@abhimutant abhimutant changed the base branch from master to feat/1.7.0 August 8, 2022 10:53
@abhimutant abhimutant merged commit cf208cd into nutanix:feat/1.7.0 Aug 8, 2022
@abhimutant
Copy link
Collaborator

Merging this to feat branch and then will make appropriate changes in PR.

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.

uuid of address_groups are not available
2 participants