Skip to content

Commit 5790493

Browse files
authored
fix: autonomous cloud-init template should not be used (#517)
1 parent 92265ba commit 5790493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module "vcn" {
3636

3737
module "bastion" {
3838
source = "oracle-terraform-modules/bastion/oci"
39-
version = "3.1.0"
39+
version = "3.1.1"
4040

4141
tenancy_id = var.tenancy_id
4242
compartment_id = var.compartment_id

0 commit comments

Comments
 (0)