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 resource and datasource mso_schema_site_l3out (DCNE-149) #170

Closed
wants to merge 3 commits into from

Conversation

lhercot
Copy link
Member

@lhercot lhercot commented Feb 11, 2023

This PR is a part of the phase-2-resources PR

```

## Argument Reference ##
* `schema_id` - (Required) The schema-id where user wants to add L3out.
Copy link
Collaborator

Choose a reason for hiding this comment

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

the L3Out?

```

## Argument Reference ##
* `schema_id` - (Required) The schema-id where L3out is added.
Copy link
Collaborator

Choose a reason for hiding this comment

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

the L3Out?

Data source for MSO schema site L3out, to fetch the MSO schema site L3out details.

## Example Usage ##

Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we add the GUI Information?

# mso_schema_site_l3out #

Manages MSO Schema Site L3out.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we add the GUI Information?

template_name = mso_schema_site.example.template_name
vrf_name = mso_schema_site_vrf.example.vrf_name
site_id = mso_schema_site.example.site_id
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Got "Missing required argument" and "Reference to undeclared resource" error messages. While running the example.

@@ -0,0 +1,34 @@
---
layout: "mso"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need subcategory parameter here?

@@ -0,0 +1,42 @@
---
layout: "mso"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need subcategory parameter?

An existing MSO Schema Site L3out 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_site_l3out.example {schema_id}/site/{site_id}/template/{template_name}/vrf/{vrf_name}/l3out/{l3out_name}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need this, or should we put l3Out Dn instead?

@samiib samiib changed the title Add resource and datasource mso_schema_site_l3out Add resource and datasource mso_schema_site_l3out (DCNE-149) Aug 26, 2024
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.

mso_schema_site_l3out, resource and datasources are are missing (DCNE-149)
4 participants