Skip to content

Commit

Permalink
Run make docs, update version in examples and update env command
Browse files Browse the repository at this point in the history
  • Loading branch information
Aflynn50 committed Apr 18, 2024
1 parent ce4fa07 commit 6f0d19b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ juju-unit-test:
.PHONY: envtestlxd
envtestlxd:
## envtestlxd: Under development - Include env var and run unit tests against lxd
JUJU_CONTROLLER_ADDRESSES=${CONTROLLER_ADDRESSES} \
JUJU_USERNAME=${USERNAME} JUJU_PASSWORD=${PASSWORD} \
JUJU_CA_CERT=${CA_CERT} TF_ACC=1 TEST_CLOUD=lxd go test ./... -v $(TESTARGS) -timeout 120m
JUJU_CONTROLLER_ADDRESSES=${CONTROLLER_ADDRESSES} JUJU_USERNAME=${USERNAME} JUJU_PASSWORD=${PASSWORD} JUJU_CA_CERT=${CA_CERT} TF_ACC=1 TEST_CLOUD=lxd go test ./... -v $(TESTARGS) -timeout 120m

.PHONY: testlxd
testlxd:
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
juju = {
version = "~> 0.10.0"
version = "~> 0.11.0"
source = "juju/juju"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider_0.12.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provider "juju" {
version = "~> 0.10.0"
version = "~> 0.11.0"

controller_addresses = "10.225.205.241:17070,10.225.205.242:17070"

Expand Down

0 comments on commit 6f0d19b

Please sign in to comment.