Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-lifshits committed Oct 2, 2024
1 parent 7631152 commit c0f97a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ resource "opentelekomcloud_compute_instance_v2" "instance_1" {
availability_zone = "%s"
image_name = "Standard_Debian_11_latest"
flavor_id = "s3.large.2
flavor_id = "s3.large.2"
metadata = {
foo = "bar"
Expand Down

0 comments on commit c0f97a0

Please sign in to comment.