Skip to content

Commit 4aed888

Browse files
committed
delete pub and priv route tables
1 parent 55374a0 commit 4aed888

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

olvm/create_instance.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,11 +426,16 @@
426426
id: "{{ my_security_list_id }}"
427427
state: absent
428428

429-
- name: Delete the route table
429+
- name: Delete the private route table
430430
oracle.oci.oci_network_route_table:
431431
id: "{{ my_private_rt_id }}"
432432
state: absent
433433

434+
- name: Delete the public route table
435+
oracle.oci.oci_network_route_table:
436+
id: "{{ my_public_rt_id }}"
437+
state: absent
438+
434439
- name: Delete the Service Gateway
435440
oracle.oci.oci_network_service_gateway:
436441
id: "{{ my_service_gateway_id }}"
@@ -452,3 +457,5 @@
452457
path: "{{ item }}"
453458
loop:
454459
- oci_vars.yml
460+
- buffer
461+
- hosts

0 commit comments

Comments
 (0)