Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit b6c6b7f

Browse files
committed
fix label
1 parent 6fec697 commit b6c6b7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ resource "n0stack_blockstorage" "FetchUbuntuDisk" {
66
blockstorage_name = "ubuntu-bionic"
77
annotations = {
88
"n0core/provisioning/block_storage/request_node_name" = "archlinux"
9-
"n0core/provisioning/block_storage/fetch_from" = "http://localhost/bionic-server-cloudimg-amd64.img"
109
}
1110
labels = {
1211
label1 = "hoge"
1312
}
1413
request_bytes = 1073741824
1514
limit_bytes = 10737418240
16-
source_url = "https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img"
15+
source_url = "http://localhost/bionic-server-cloudimg-amd64.img"
1716
}
1817

1918
resource "n0stack_image" "RegisterUbuntuAsImageLatest" {

0 commit comments

Comments
 (0)