File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
content/operate/rc/subscriptions/bring-your-own-cloud/iam-resources Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Follow the steps to [create an IAM policy using the JSON editor](https://docs.aw
28
28
29
29
- In ** Specify permissions** , select ** JSON** , and then enter the contents of the RedisLabsInstanceRolePolicy.json policy file:
30
30
31
- {{< line-limit >}}
31
+ {{< scrollable-code >}}
32
32
``` js
33
33
{
34
34
" Version" : " 2012-10-17" ,
@@ -105,7 +105,7 @@ Follow the steps to [create an IAM policy using the JSON editor](https://docs.aw
105
105
]
106
106
}
107
107
```
108
- {{< /line-limit >}}
108
+ {{< /scrollable-code >}}
109
109
110
110
- In ** Review and Create** , enter ` RedisLabsInstanceRolePolicy ` in the ** Policy name** field.
111
111
@@ -134,7 +134,7 @@ Follow the steps to [create an IAM policy using the JSON editor](https://docs.aw
134
134
135
135
- In ** Specify permissions** , select ** JSON** , and then enter the contents of the RedisLabsIAMUserRestrictedPolicy.json policy file:
136
136
137
- {{< line-limit >}}
137
+ {{< scrollable-code >}}
138
138
``` json
139
139
{
140
140
"Version" : " 2012-10-17" ,
@@ -386,7 +386,7 @@ Follow the steps to [create an IAM policy using the JSON editor](https://docs.aw
386
386
]
387
387
}
388
388
```
389
- {{< /line-limit >}}
389
+ {{< /scrollable-code >}}
390
390
391
391
- In ** Review and Create** , enter ` RedislabsIAMUserRestrictedPolicy ` in the ** Policy name** field.
392
392
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ The following example uses the `terraform-aws-Redislabs-Cloud-Account-IAM-Resour
25
25
26
26
1 . Copy the following code into a file called ` main.tf ` .
27
27
28
- {{< line-limit >}}
28
+ {{< scrollable-code >}}
29
29
{{% code-include file="rv/terraformIAMTemplate.json" language="js" %}}
30
- {{< /line-limit >}}
30
+ {{< /scrollable-code >}}
31
31
32
32
Replace the following values in the `main.tf` file:
33
33
Original file line number Diff line number Diff line change 1
1
{{/*
2
- Line-limit shortcode
2
+ Scrollable code shortcode
3
3
Limits the number of visible lines and adds scrolling for the rest
4
4
5
5
Usage:
6
- {{< line-limit lines ="10 " > }}
6
+ {{< scrollable-code lines ="10 " > }}
7
7
Content with many lines here...
8
- {{< /line-limit > }}
8
+ {{< /scrollable-code > }}
9
9
10
- Ideally used for just code blocks, but could be used for any content in theory .
10
+ Ideally used for just code blocks.
11
11
*/}}
12
12
13
13
{{ $lines := .Get "lines" | default "25" }}
You can’t perform that action at this time.
0 commit comments