-
Notifications
You must be signed in to change notification settings - Fork 32
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
Conversation
9350897
to
3b74caa
Compare
``` | ||
|
||
## Argument Reference ## | ||
* `schema_id` - (Required) The schema-id where user wants to add L3out. |
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.
the L3Out?
``` | ||
|
||
## Argument Reference ## | ||
* `schema_id` - (Required) The schema-id where L3out is added. |
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.
the L3Out?
Data source for MSO schema site L3out, to fetch the MSO schema site L3out details. | ||
|
||
## Example Usage ## | ||
|
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.
Can we add the GUI Information?
# mso_schema_site_l3out # | ||
|
||
Manages MSO Schema Site L3out. | ||
|
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.
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 | ||
} |
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.
Got "Missing required argument" and "Reference to undeclared resource" error messages. While running the example.
@@ -0,0 +1,34 @@ | |||
--- | |||
layout: "mso" |
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.
Do we need subcategory parameter here?
@@ -0,0 +1,42 @@ | |||
--- | |||
layout: "mso" |
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.
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} |
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.
Do we need this, or should we put l3Out Dn instead?
…low MSO_PLATFORM to be used as environment variable
3b74caa
to
82cc380
Compare
This PR is a part of the phase-2-resources PR