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

Fix import for bd subnets (DCNE-213) #305

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

juchowan
Copy link
Contributor

No description provided.

Copy link
Collaborator

@akinross akinross left a comment

Choose a reason for hiding this comment

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

LGTM

@akinross akinross added the jira-sync Sync this issue to Jira label Oct 17, 2024
@github-actions github-actions bot changed the title Fix import for bd subnets Fix import for bd subnets (DCNE-213) Oct 17, 2024
@@ -53,5 +53,5 @@ No attributes are exported.
An existing MSO Schema Template Bridge Domain Subnet can be [imported][docs-import] into this resource via its Id/path, via the following command: [docs-import]: <https://www.terraform.io/docs/import/index.html>

```bash
terraform import mso_schema_template_bd_subnet.bdsub1 {schema_id}/template/{template_name}/bd/{bd_name}/subnet/{ip}
terraform import mso_schema_template_bd_subnet.bdsub1 {schema_id}/template/{template_name}/bd/{bd_name}/ip/{ip}
Copy link
Collaborator

Choose a reason for hiding this comment

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

shouldn't this be changed at website/docs/r/schema_site_bd_subnet.html.markdown as well?
Also test the changes made to import in terraform-provider-mso/examples/schema_site_bd_subnet

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was only a doc bug for mso_schema_template_bd_subnet.
For schema_site_bd_subnet example doesnt use import command so not sure what you want me to change there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira-sync Sync this issue to Jira
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants