Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: team-tf-cdk <[email protected]>
  • Loading branch information
team-tf-cdk committed Oct 18, 2023
1 parent 9255a9e commit 4559e1d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
22 changes: 22 additions & 0 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions test/multi-stack-tfe.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ test("sets up all stacks created", () => {
\\"required_providers\\": {
\\"tfe\\": {
\\"source\\": \\"hashicorp/tfe\\",
\\"version\\": \\"0.48.0\\"
\\"version\\": \\"0.49.2\\"
}
}
}
Expand Down Expand Up @@ -227,7 +227,7 @@ test("sets the remoteStateConsumerIds when dependenies are set", () => {
\\"required_providers\\": {
\\"tfe\\": {
\\"source\\": \\"hashicorp/tfe\\",
\\"version\\": \\"0.48.0\\"
\\"version\\": \\"0.49.2\\"
}
}
}
Expand Down Expand Up @@ -397,7 +397,7 @@ test("uses workspace name override", () => {
\\"required_providers\\": {
\\"tfe\\": {
\\"source\\": \\"hashicorp/tfe\\",
\\"version\\": \\"0.48.0\\"
\\"version\\": \\"0.49.2\\"
}
}
}
Expand Down Expand Up @@ -507,7 +507,7 @@ test("uses workspace config options", () => {
\\"required_providers\\": {
\\"tfe\\": {
\\"source\\": \\"hashicorp/tfe\\",
\\"version\\": \\"0.48.0\\"
\\"version\\": \\"0.49.2\\"
}
}
}
Expand Down Expand Up @@ -611,7 +611,7 @@ test("uses workspace config options with per stack override", () => {
\\"required_providers\\": {
\\"tfe\\": {
\\"source\\": \\"hashicorp/tfe\\",
\\"version\\": \\"0.48.0\\"
\\"version\\": \\"0.49.2\\"
}
}
}
Expand Down Expand Up @@ -762,7 +762,7 @@ test("can propagate TFVariables from the base stack", () => {
\\"required_providers\\": {
\\"tfe\\": {
\\"source\\": \\"hashicorp/tfe\\",
\\"version\\": \\"0.48.0\\"
\\"version\\": \\"0.49.2\\"
}
}
},
Expand Down

0 comments on commit 4559e1d

Please sign in to comment.