Skip to content

Commit 4e7d1c7

Browse files
committed
Fix import ID syntax in manifest import docs
1 parent 7eddb95 commit 4e7d1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/manifest.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ terraform import kubernetes_manifest.secret_sample "apiVersion=v1,kind=Secret,na
109109
```
110110

111111
Note the import ID as the last argument to the import command. This ID points Terraform at which Kubernetes object to read when importing.
112-
It should be constructed with the following syntax: `"<apiVersion>#<Kind>#<metadata.namespace>#<metadata.name>"`
112+
It should be constructed with the following syntax: `"apiVersion=<string>,kind=<string>,[namespace=<string>,]name=<string>"`
113113

114114
## Using `wait_for` to block create and update calls
115115

0 commit comments

Comments
 (0)