Skip to content

Commit

Permalink
volume_link for volumes_link & upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-rce committed Jul 31, 2024
1 parent 89790c5 commit fd230a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/public_vm/outscale.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
outscale = {
source = "outscale/outscale"
version = ">= 0.11.0"
version = "1.0.0-rc.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/public_vm/volume.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "outscale_volume" "my_data" {
size = var.volume_size_gib
}

resource "outscale_volumes_link" "my_volume_link" {
resource "outscale_volume_link" "my_volume_link" {
device_name = "/dev/xvdb"
volume_id = outscale_volume.my_data.volume_id
vm_id = outscale_vm.my_vm.vm_id
Expand Down

0 comments on commit fd230a7

Please sign in to comment.