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

Example in doc of opentelekomcloud.cloud.vpc_peering is wrong #258

Open
hadoopch opened this issue Feb 9, 2023 · 1 comment
Open

Example in doc of opentelekomcloud.cloud.vpc_peering is wrong #258

hadoopch opened this issue Feb 9, 2023 · 1 comment
Assignees

Comments

@hadoopch
Copy link

hadoopch commented Feb 9, 2023

Hello ,

today i used opentelekomcloud.cloud.vpc_peering module.

I checked the example in the doc:

# Create a vpc peering.
- opentelekomcloud.cloud.vpc_peering:
    name: "peering1"
    local_router: "local-router"
    local_project_id: "959db9b6017d4a1fa1c6fd17b6820f55"
    remote_router: "peer-router"
    remote_project_id: "959db9b6017d4a1fa1c6fd17b6820f55"

According to the the example the options for the local and the remote project ID are:

  • local_project_id
  • remote_project_id

But this is not working. The options are:

  • local_project
  • remote_project

It would be very helpful if you could correct the doc.

Thanks in advance

Uli

@Polina-Gubina Polina-Gubina self-assigned this Feb 21, 2023
@Polina-Gubina
Copy link
Contributor

hi @hadoopch , now it is fixed ;)

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

No branches or pull requests

2 participants