Skip to content

Commit 3f7bfbb

Browse files
committed
fix: The attribute managed_dns_challenge is deprecated. Refer to the provider documentation for details.
1 parent 3f6bceb commit 3f7bfbb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

terraform/channels.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,5 +298,5 @@ resource "fastly_tls_subscription" "channels" {
298298

299299
# TODO: move the DNS config to terraform
300300
output "channels-managed_dns_challenge" {
301-
value = fastly_tls_subscription.channels.managed_dns_challenge
301+
value = fastly_tls_subscription.channels.managed_dns_challenges
302302
}

terraform/gh-releases.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ resource "fastly_tls_subscription" "gh_releases" {
181181
}
182182

183183
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
185185
}

terraform/nixpkgs-tarballs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ resource "fastly_tls_subscription" "nixpkgs-tarballs" {
294294

295295
# TODO: move the DNS config to terraform
296296
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
298298
}
299299

300300
# Create an S3 bucket for CloudTrail logs

terraform/releases.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,5 +263,5 @@ resource "fastly_tls_subscription" "releases" {
263263

264264
# TODO: move the DNS config to terraform
265265
output "releases-managed_dns_challenge" {
266-
value = fastly_tls_subscription.releases.managed_dns_challenge
266+
value = fastly_tls_subscription.releases.managed_dns_challenges
267267
}

0 commit comments

Comments
 (0)