Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Jun 20, 2021
1 parent c42edc9 commit 2bc0e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ provider "oci" {

module "tvdlab-bastion" {
source = "Trivadis/tvdlab-bastion/oci"
version = ">= 1.1.0"
version = ">= 1.3.0"

# - Mandatory Parameters --------------------------------------------------
tenancy_ocid = var.tenancy_ocid
Expand All @@ -49,6 +49,7 @@ module "tvdlab-bastion" {
# general oci parameters
ad_index = var.ad_index
label_prefix = var.label_prefix
defined_tags = var.defined_tags
tags = var.tags

# Lab Configuration
Expand Down

0 comments on commit 2bc0e34

Please sign in to comment.