Open hadoopch opened 1 year ago
Hi ,
the delete example seems to be wrong too.
# Delete vpc route
- opentelekomcloud.cloud.vpc_route:
name: "peering2"
state: absent
There is no option name available.
A woprking example would be:
- name: "Delete Route"
opentelekomcloud.cloud.vpc_route:
route_id: a5904bd2-9b35-4957-8705-0ad5ab95a77b
state: absent
Regards Uli
Hello ,
today i used opentelekomcloud.cloud.vpc_route module.
I checked the example in the doc:
According to the example the option for the router ID is:
But this is not working. The options is:
Could you please correct the doc?
Thanks in advance
This is also confusing:
Because names are not working.
Regards
Uli