Skip to content

Commit f377a97

Browse files
committed
Adding maven feeda
1 parent 28a6f2e commit f377a97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

octopus-samples-instances/octopus-space-standards-terraform/external-feeds.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,9 @@ resource "octopusdeploy_docker_container_registry" "ghcr" {
2424
password = var.octopus_feed_ghcr_password
2525
download_attempts = 3
2626
download_retry_backoff_seconds = 10
27+
}
28+
29+
resource "octopusdeploy_maven_feed" "maven" {
30+
name = "Maven Feed TF"
31+
feed_uri = "http://octopus-sales-public-maven-repo.s3-website-ap-southeast-2.amazonaws.com/snapshot"
2732
}

0 commit comments

Comments
 (0)