Skip to content

Commit

Permalink
Fixing feed declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Aug 15, 2022
1 parent 02d646e commit dbaf01e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit dbaf01e

Please sign in to comment.