Skip to content

Commit 5ab19a2

Browse files
committed
Update eob quickstart script to use version 0.8.6 of quickstarts
Signed-off-by: Jim Enright <[email protected]>
1 parent a7db19a commit 5ab19a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aws/quickstart.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
export CDP_QUICKSTART_VERSON="v0.8.5"
17+
export CDP_QUICKSTART_VERSON="v0.8.6"
1818

1919
export TF_VAR_aws_region="${1:-""}"
2020
export TF_VAR_env_prefix="${2:-""}"

azure/quickstart.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
export CDP_QUICKSTART_VERSON="v0.8.5"
17+
export CDP_QUICKSTART_VERSON="v0.8.6"
1818

1919
export TF_VAR_azure_region="${1:-""}"
2020
export TF_VAR_env_prefix="${2:-""}"

gcp/quickstart.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
export CDP_QUICKSTART_VERSON="v0.8.5"
17+
export CDP_QUICKSTART_VERSON="v0.8.6"
1818

1919
export TF_VAR_gcp_project="${1:-""}"
2020
export TF_VAR_gcp_region="${2:-""}"

0 commit comments

Comments
 (0)