Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab8870d

Browse files
committed
use import block
1 parent f9a4268 commit ab8870d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dogfood/main.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ terraform {
66
}
77
}
88

9+
// Alternative to committing a state file
10+
import {
11+
to = coderd_template.dogfood
12+
id = "0d286645-29aa-4eaf-9b52-cc5d2740c90b"
13+
}
14+
915
data "coderd_organization" "default" {
1016
is_default = true
1117
}

0 commit comments

Comments
 (0)