From dbaf01ef50d356410bef85a2a971446f740b669e Mon Sep 17 00:00:00 2001 From: twerthi Date: Mon, 15 Aug 2022 15:22:28 -0700 Subject: [PATCH] Fixing feed declarations. --- .../octopus-space-standards-terraform/external-feeds.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octopus-samples-instances/octopus-space-standards-terraform/external-feeds.tf b/octopus-samples-instances/octopus-space-standards-terraform/external-feeds.tf index 80fc708..c81e99f 100644 --- a/octopus-samples-instances/octopus-space-standards-terraform/external-feeds.tf +++ b/octopus-samples-instances/octopus-space-standards-terraform/external-feeds.tf @@ -2,7 +2,7 @@ resource "octopusdeploy_github_repository_feed" "github" { name = "GitHub Feed TF" #feed_type = "GitHub" feed_uri = "https://api.github.com" - is_enhanced_mode = false + #is_enhanced_mode = false } resource "octopusdeploy_nuget_feed" "feedz" {