Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkrief committed Jun 18, 2023
1 parent b473d64 commit 1a19223
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHAP14/tfe-sample/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "tfe_organization" "test-organization" {
email = "admin@company.com"
}

resource "tfe_project" "test" {
resource "tfe_project" "project" {
organization = tfe_organization.test-organization.name
name = "appproject"
}
Expand All @@ -37,4 +37,5 @@ resource "tfe_workspace" "wsnetwork" {
resource "tfe_workspace" "wsvm" {
name = "vm"
organization = tfe_organization.test-organization.name
}
}

0 comments on commit 1a19223

Please sign in to comment.