You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/plugins/resource/aws_ami.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,11 +45,11 @@ The `aws/ami` "condition" test that an AWS AMI exist based on specific filters.
45
45
46
46
Considering that the AMI resource is designed to manipulate the latest AMI found based on filters, the parameter `SortBy` can be used to specify how the list of results is sorted which affects the latest element returned.
47
47
48
-
`sortBy` accept one of the following `creationDateAsc` and `creationDateDesc` where they will respectively return the newest or the oldest AMI ID based on creation time.
48
+
`sortBy` accepts one of the following `creationDateAsc` and `creationDateDesc` where they will respectively return the newest or the oldest AMI ID based on creation time.
49
49
50
50
=== Filter
51
51
52
-
AMI are identified based on different filter such platform, name,etc.
52
+
AMI are identified based on different filters such as platform, name,etc.
53
53
54
54
|===
55
55
| Name | Required | Default |Description
@@ -76,7 +76,7 @@ EBS volume.
76
76
in GiB.
77
77
78
78
* block-device-mapping.volume-type - The volume type of the EBS volume
79
-
(gp2 | io1 | io2 | st1 | sc1 | standard).
79
+
(gp3 | gp2 | io1 | io2 | st1 | sc1 | standard).
80
80
81
81
* block-device-mapping.encrypted - A Boolean that indicates whether the
82
82
EBS volume is encrypted.
@@ -161,7 +161,7 @@ Environment variables used:
161
161
162
162
=== Shared Credentials File
163
163
164
-
updatecli can retrieves credentials from the AWS cli credential file.
164
+
updatecli can retrieve credentials from the AWS cli credential file.
165
165
By default, it looks for the file location into `AWS_SHARED_CREDENTIALS_FILE` env variable, otherwise it fall back to the current user's home directory.
0 commit comments