We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2888fea commit 640b420Copy full SHA for 640b420
2 files changed
examples/dev/README.md
@@ -3,3 +3,5 @@
3
This example is specifically designed to help test the Rancher provider.
4
The idea is to have an example that builds up everything you need to get started with the provider without actually implementing it.
5
This example stops after installing Rancher with the Helm chart.
6
+
7
+The Rancher provider isn't instantiated in this example.
examples/dev/outputs.tf
@@ -16,7 +16,3 @@ output "admin_password" {
16
value = module.rancher.admin_password
17
sensitive = true
18
}
19
-# output "cluster_data" {
20
-# value = jsonencode(data.rancher2_cluster.local)
21
-# sensitive = true
22
-# }
0 commit comments