Skip to content

Commit bb71de5

Browse files
authored
Update docs to reference 0.10.0 (#448)
1 parent 2674283 commit bb71de5

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ terraform {
2626
required_providers {
2727
oxide = {
2828
source = "oxidecomputer/oxide"
29-
version = "0.9.0"
29+
version = "0.10.0"
3030
}
3131
}
3232
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ terraform {
2929
required_providers {
3030
oxide = {
3131
source = "oxidecomputer/oxide"
32-
version = "0.9.0"
32+
version = "0.10.0"
3333
}
3434
}
3535
}

examples/demo/demo.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
oxide = {
66
source = "oxidecomputer/oxide"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
}
99
}
1010
}

examples/disk_resource/disk.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
oxide = {
66
source = "oxidecomputer/oxide"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
}
99
}
1010
}

examples/instance_resource/instance.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
oxide = {
66
source = "oxidecomputer/oxide"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
}
99
}
1010
}

examples/vpc_resource/vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
oxide = {
66
source = "oxidecomputer/oxide"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)