Skip to content

Commit

Permalink
Remove global dns from rancher terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala committed Oct 18, 2024
1 parent 4336cd6 commit 08b9081
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 2,243 deletions.
30 changes: 0 additions & 30 deletions docs/data-sources/global_dns_provider.md

This file was deleted.

92 changes: 0 additions & 92 deletions docs/resources/global_dns.md

This file was deleted.

115 changes: 0 additions & 115 deletions docs/resources/global_dns_provider.md

This file was deleted.

16 changes: 0 additions & 16 deletions rancher2/0_provider_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ provider "rancher2" {
` + testAccRancher2ClusterRoleTemplateBinding + `
` + testAccRancher2ClusterTemplateConfig + `
` + testAccRancher2EtcdBackup + `
` + testAccRancher2GlobalDNS + `
` + testAccRancher2GlobalDNSProviderAlidnsConfig + `
` + testAccRancher2GlobalDNSProviderCloudflareConfig + `
` + testAccRancher2GlobalDNSProviderRoute53Config + `
` + testAccRancher2GlobalRoleBinding + `
` + testAccRancher2MultiClusterApp + `
` + testAccRancher2Namespace + `
Expand Down Expand Up @@ -154,10 +150,6 @@ provider "rancher2" {
` + testAccRancher2ClusterRoleTemplateBinding + `
` + testAccRancher2ClusterTemplateConfig + `
` + testAccRancher2EtcdBackup + `
` + testAccRancher2GlobalDNS + `
` + testAccRancher2GlobalDNSProviderAlidnsConfig + `
` + testAccRancher2GlobalDNSProviderCloudflareConfig + `
` + testAccRancher2GlobalDNSProviderRoute53Config + `
` + testAccRancher2GlobalRoleBinding + `
` + testAccRancher2MultiClusterApp + `
` + testAccRancher2Namespace + `
Expand Down Expand Up @@ -199,10 +191,6 @@ provider "rancher2" {
` + testAccRancher2ClusterTemplateConfig + `
` + testAccRancher2EtcdBackup + `
` + testAccRancher2FeatureConfig + `
` + testAccRancher2GlobalDNS + `
` + testAccRancher2GlobalDNSProviderAlidnsConfig + `
` + testAccRancher2GlobalDNSProviderCloudflareConfig + `
` + testAccRancher2GlobalDNSProviderRoute53Config + `
` + testAccRancher2GlobalRoleBinding + `
` + testAccRancher2MultiClusterApp + `
` + testAccRancher2Namespace + `
Expand Down Expand Up @@ -248,10 +236,6 @@ provider "rancher2" {
` + testAccRancher2ClusterTemplateConfig + `
` + testAccRancher2EtcdBackup + `
` + testAccRancher2FeatureConfig + `
` + testAccRancher2GlobalDNS + `
` + testAccRancher2GlobalDNSProviderAlidnsConfig + `
` + testAccRancher2GlobalDNSProviderCloudflareConfig + `
` + testAccRancher2GlobalDNSProviderRoute53Config + `
` + testAccRancher2GlobalRoleBinding + `
` + testAccRancher2MultiClusterApp + `
` + testAccRancher2Namespace + `
Expand Down
93 changes: 0 additions & 93 deletions rancher2/data_source_rancher2_global_dns_provider.go

This file was deleted.

Loading

0 comments on commit 08b9081

Please sign in to comment.