-
Notifications
You must be signed in to change notification settings - Fork 107
[minor_change] Migrate resource and datasource aci_vmm_credential to terraform plugin framework (DCNE-578) #1402
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
[minor_change] Migrate resource and datasource aci_vmm_credential to terraform plugin framework (DCNE-578) #1402
Conversation
…terraform plugin framework
shrsr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
gen/definitions/properties.yaml
Outdated
| pwd: "The username of the %s object. This sensitive value is excluded from the resource's lifecycle configuration and is not tracked by Terraform." | ||
| usr: "The password of the %s object." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| pwd: "The username of the %s object. This sensitive value is excluded from the resource's lifecycle configuration and is not tracked by Terraform." | |
| usr: "The password of the %s object." | |
| pwd: "The password of the %s object. This sensitive value is excluded from the resource's lifecycle configuration and is not tracked by Terraform." | |
| usr: "The username of the %s object." |
docs/data-sources/vmm_credential.md
Outdated
| # Documentation generated by "gen/generator.go"; DO NOT EDIT. | ||
| # In order to regenerate this file execute `go generate` from the repository root. | ||
| # More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md). | ||
| subcategory: "Generic" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| subcategory: "Generic" | |
| subcategory: "Virtual Networking" |
docs/resources/vmm_credential.md
Outdated
| # Documentation generated by "gen/generator.go"; DO NOT EDIT. | ||
| # In order to regenerate this file execute `go generate` from the repository root. | ||
| # More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md). | ||
| subcategory: "Generic" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| subcategory: "Generic" | |
| subcategory: "Virtual Networking" |
… the documentation
shrsr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
lhercot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
gmicol
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
6a9aa16 to
9e3955e
Compare
lhercot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
shrsr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
gmicol
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.