Skip to content

Commit a5944c2

Browse files
committed
Add clear description
1 parent 504e7ca commit a5944c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

merizrizal/idcloudhost/plugins/modules/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
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

merizrizal/idcloudhost/plugins/modules/vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
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

0 commit comments

Comments
 (0)