Skip to content

Commit f3bba13

Browse files
authored
Merge pull request #1135 from newrelic/terra-minisite-nav
2 parents eee9fb9 + 30d3f19 commit f3bba13

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

src/data/sidenav.json

+18-4
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,26 @@
3030
"url": "/automate-workflows",
3131
"children": [
3232
{
33-
"displayName": "Get started with the New Relic CLI",
34-
"url": "/automate-workflows/get-started-new-relic-cli"
33+
"displayName": "Using Terrafom with New Relic",
34+
"url": "/terraform",
35+
"children":[
36+
{
37+
"displayName": "Set up New Relic using Terraform",
38+
"url": "/automate-workflows/get-started-terraform"
39+
},
40+
{
41+
"displayName": "Using Terraform modules and remote storage",
42+
"url": "/terraform/terraform-modules"
43+
},
44+
{
45+
"displayName": "Using Terragrunt to manage multiple environments",
46+
"url": "/terraform/terragrunt-configuration"
47+
}
48+
]
3549
},
3650
{
37-
"displayName": "Set up New Relic using Terraform",
38-
"url": "/automate-workflows/get-started-terraform"
51+
"displayName": "Get started with the New Relic CLI",
52+
"url": "/automate-workflows/get-started-new-relic-cli"
3953
},
4054
{
4155
"displayName": "Set up New Relic using the Kubernetes operator",

0 commit comments

Comments
 (0)