Skip to content

Commit a21e44b

Browse files
committed
Add testdata for a writeable config file
1 parent 3cf6b11 commit a21e44b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
4+
resource "examplecloud_container" "test" {
5+
name = "somevalue"
6+
location = "westeurope"
7+
}
8+
9+
import {
10+
to = examplecloud_container.test
11+
identity = {
12+
id = "examplecloud_container.test"
13+
}
14+
}

0 commit comments

Comments
 (0)