Skip to content

Commit

Permalink
Octopus Deploy Terraform provider updated resource 'octopusdeploy_fee…
Browse files Browse the repository at this point in the history
…d' to 'octopusdeploy_feeds', updating Terraform to comply
  • Loading branch information
twerthi committed Aug 15, 2022
1 parent ee038a4 commit e741778
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
resource "octopusdeploy_feed" "github" {
resource "octopusdeploy_feeds" "github" {
name = "GitHub Feed TF"
feed_type = "GitHub"
feed_uri = "https://api.github.com"
is_enhanced_mode = false
}

resource "octopusdeploy_feed" "feedz" {
resource "octopusdeploy_feeds" "feedz" {
name = "Feedz Feed TF"
feed_type = "NuGet"
feed_uri = "https://f.feedz.io/octopus-deploy-samples/octopus-samples/nuget/index.json"
}

resource "octopusdeploy_feed" "docker" {
resource "octopusdeploy_feeds" "docker" {
name = "Docker Feed TF"
feed_type = "Docker"
feed_uri = "https://index.docker.io"
Expand Down

0 comments on commit e741778

Please sign in to comment.