Skip to content

Commit b3efb17

Browse files
updated example files
1 parent e641115 commit b3efb17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/jenkins-integration/jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pipeline {
3333
echo ('Provisioning VDB...')
3434
git branch: 'main', changelog: false, poll: false, url: 'https://github.com/delphix-integrations/terraform-provider-delphix.git'
3535
// sh ('ls -R')
36-
sh ('terraform -chdir=examples/simple-provision init')
36+
sh ('terraform -chdir=examples/simple-provision init -upgrade')
3737
withCredentials([string(credentialsId: 'DCT_API_KEY', variable: 'KEY')]) {
3838
sh ('terraform -chdir=examples/simple-provision apply -var="source_data_id_1=$SOURCE_VDB" -var="dct_hostname=$DCT_HOSTNAME" -var="dct_api_key=$KEY" -auto-approve')
3939
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
terraform {
22
required_providers {
33
delphix = {
4-
source = "delphix-integrations/delphix"
5-
version = "1.0.0"
4+
source = "delphix-integrations/delphix"
5+
version = "3.0.0"
66
}
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)