Skip to content

Commit 6c73025

Browse files
authored
Merge pull request #28 from timclegg/main
fix: Updating compute image
2 parents da3dabd + e3242f0 commit 6c73025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/computes.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resource "oci_core_image" "redbullhol_image" {
1010

1111
image_source_details {
1212
source_type = "objectStorageUri"
13-
source_uri = "https://objectstorage.eu-frankfurt-1.oraclecloud.com/p/z5YCJTj_N5yMUIfygE6Xx39R5jkoothfDchyfONffyy2v-jVqXlUYI88VG5v8Akn/n/emeasespainsandbox/b/publichol/o/redbullhol-20210805-1051"
13+
source_uri = "https://objectstorage.eu-frankfurt-1.oraclecloud.com/p/i0H4G1oKfKV7nOqjyeJ_SsXKhIZFgfmXFcFVEcr_9XEAVpkTOHc2MWtoz2WNmMXr/n/emeasespainsandbox/b/publichol/o/redbullhol-20210809-1523"
1414
}
1515
}
1616

0 commit comments

Comments
 (0)