Skip to content

Commit

Permalink
Merge pull request #21 from toolforge/formatting
Browse files Browse the repository at this point in the history
Formatting
  • Loading branch information
vivian-rook authored Sep 3, 2024
2 parents 783bd4c + ad1bd3d commit b63414d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions object.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
resource "openstack_objectstorage_container_v1" "tf_container" {
name = "tofu-test-container"
name = "tofu-test-container"
}

resource "openstack_objectstorage_object_v1" "tofu_object" {
container_name = openstack_objectstorage_container_v1.tf_container.name
name = "tofu-test-directory/object.file"

content = "tofu test file"
content = "tofu test file"
}

0 comments on commit b63414d

Please sign in to comment.