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" {