File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
merizrizal/idcloudhost/plugins/modules Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Example of using the Network module.
3333 api_key: "{{ your_api_key }}"
3434 name: "{{ your_desired_network_name }}"
3535 location: jkt02
36- # Since the default value of state is set to present, we may exclude it
36+ # Since the default value of state is set to present, we may exclude the state below
3737 state: present
3838
3939 - name: Delete network VPC resource
@@ -64,7 +64,7 @@ Example of using the VM module.
6464 ram: 2048
6565 username: admin
6666 password: My4adminpass
67- # Since the default value of state is set to present, we may exclude it
67+ # Since the default value of state is set to present, we may exclude the state below
6868 state: present
6969
7070 - name: Delete VM resource
Original file line number Diff line number Diff line change 5050 api_key: 2bnQkD6yOb7OkSwVCBXJSg1AHpfd99oY
5151 name: my_vpc_network_01
5252 location: jkt01
53- # Since the default value of state is set to present, we may exclude it
53+ # Since the default value of state is set to present, we may exclude the state below
5454 state: present
5555
5656- name: Delete VPC network
Original file line number Diff line number Diff line change 122122 ram: 2048
123123 username: my_admin_user
124124 password: My4adminpass
125- # Since the default value of state is set to present, we can exclude it
125+ # Since the default value of state is set to present, we may exclude the state below
126126 state: present
127127
128128- name: Delete VM
You can’t perform that action at this time.
0 commit comments