-
Notifications
You must be signed in to change notification settings - Fork 3
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
CXF-100793 Adding Creating FCR with Marketplace Subscription example #127
Conversation
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.
Some nit changes. Overall the structure is good. Just some more context for the customer would help. You can ignore the resource and data source name updates in this PR, but going forward let's not use test.
|
||
This example shows how to create a Fabric Cloud Router using Market Place Subscription. | ||
|
||
It leverages the Equinix Terraform Provider |
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.
Should be a bit more explanation of how Market Place Subscription works in the middle section of the README.md. This is too light and not enough context provided.
client_secret = var.equinix_client_secret | ||
} | ||
|
||
data "equinix_fabric_market_place_subscription" "test" { |
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.
Let's use some different names than test in our examples. Try to be descriptive with customer facing changes.
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. Ship it.
Note:
I will update terraform version, once the data source PR is merged in Terraform Provider Repo.equinix/terraform-provider-equinix#765