Skip to content

Commit 640b420

Browse files
committed
fix: remove cluster data from development output
Signed-off-by: matttrach <matt.trachier@suse.com>
1 parent 2888fea commit 640b420

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

examples/dev/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
This example is specifically designed to help test the Rancher provider.
44
The idea is to have an example that builds up everything you need to get started with the provider without actually implementing it.
55
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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@ output "admin_password" {
1616
value = module.rancher.admin_password
1717
sensitive = true
1818
}
19-
# output "cluster_data" {
20-
# value = jsonencode(data.rancher2_cluster.local)
21-
# sensitive = true
22-
# }

0 commit comments

Comments
 (0)