File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -298,5 +298,5 @@ resource "fastly_tls_subscription" "channels" {
298298
299299# TODO: move the DNS config to terraform
300300output "channels-managed_dns_challenge" {
301- value = fastly_tls_subscription. channels . managed_dns_challenge
301+ value = fastly_tls_subscription. channels . managed_dns_challenges
302302}
Original file line number Diff line number Diff line change @@ -181,5 +181,5 @@ resource "fastly_tls_subscription" "gh_releases" {
181181}
182182
183183output "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}
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ resource "fastly_tls_subscription" "nixpkgs-tarballs" {
294294
295295# TODO: move the DNS config to terraform
296296output "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
Original file line number Diff line number Diff line change @@ -263,5 +263,5 @@ resource "fastly_tls_subscription" "releases" {
263263
264264# TODO: move the DNS config to terraform
265265output "releases-managed_dns_challenge" {
266- value = fastly_tls_subscription. releases . managed_dns_challenge
266+ value = fastly_tls_subscription. releases . managed_dns_challenges
267267}
You can’t perform that action at this time.
0 commit comments