Skip to content

Commit

Permalink
chore(docs): update compatibility matrix for tf-azure platform (#5410)
Browse files Browse the repository at this point in the history
Both #4333 and #1805 got closed, so reflecting the change on the compatibility matrix.

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
garysassano authored Jan 2, 2024
1 parent 0a25a38 commit 95006d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"metadata": {
"sim": { "implemented": true },
"tf-aws": { "implemented": true },
"tf-azure": { "implemented": false, "issue": 4333 },
"tf-azure": { "implemented": true },
"tf-gcp": { "implemented": true },
"awscdk": { "implemented": true }
},
Expand Down Expand Up @@ -143,7 +143,7 @@
"publicUrl": {
"sim": { "implemented": true },
"tf-aws": { "implemented": true },
"tf-azure": { "implemented": false, "issue": 1805 },
"tf-azure": { "implemented": true },
"tf-gcp": { "implemented": true },
"awscdk": { "implemented": true }
},
Expand Down

0 comments on commit 95006d1

Please sign in to comment.