@cryptotaxi247 / infra-1 / commits / 3f7bfbbc

fix: The attribute managed_dns_challenge is deprecated. Refer to the provider documentation for details.

Arian van Putten committed Jun 9, 2025 at 16:30 UTC 3f7bfbbc48c568bb74c4fe2c8c82726ff73163aa
4 files changed +4 -4
terraform/channels.tf
+1 -1
@@ -298,5 +298,5 @@ resource "fastly_tls_subscription" "channels" {
298
299 # TODO: move the DNS config to terraform
300 output "channels-managed_dns_challenge" {
301 - value = fastly_tls_subscription.channels.managed_dns_challenge
301 + value = fastly_tls_subscription.channels.managed_dns_challenges
302 }
terraform/gh-releases.tf
+1 -1
@@ -181,5 +181,5 @@ resource "fastly_tls_subscription" "gh_releases" {
181 }
182
183 output "gh-releases-managed_dns_challenge" {
184 - value = fastly_tls_subscription.gh_releases.managed_dns_challenge
184 + value = fastly_tls_subscription.gh_releases.managed_dns_challenges
185 }
terraform/nixpkgs-tarballs.tf
+1 -1
@@ -294,7 +294,7 @@ resource "fastly_tls_subscription" "nixpkgs-tarballs" {
294
295 # TODO: move the DNS config to terraform
296 output "nixpkgs-tarballs-managed_dns_challenge" {
297 - value = fastly_tls_subscription.nixpkgs-tarballs.managed_dns_challenge
297 + value = fastly_tls_subscription.nixpkgs-tarballs.managed_dns_challenges
298 }
299
300 # Create an S3 bucket for CloudTrail logs
terraform/releases.tf
+1 -1
@@ -263,5 +263,5 @@ resource "fastly_tls_subscription" "releases" {
263
264 # TODO: move the DNS config to terraform
265 output "releases-managed_dns_challenge" {
266 - value = fastly_tls_subscription.releases.managed_dns_challenge
266 + value = fastly_tls_subscription.releases.managed_dns_challenges
267 }