We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a6f2e commit f377a97Copy full SHA for f377a97
octopus-samples-instances/octopus-space-standards-terraform/external-feeds.tf
@@ -24,4 +24,9 @@ resource "octopusdeploy_docker_container_registry" "ghcr" {
24
password = var.octopus_feed_ghcr_password
25
download_attempts = 3
26
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"
32
}
0 commit comments