File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ amends "pkl:Project"
22
33dependencies {
44 ["formae"] {
5- uri = "package://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.77.16 -internal"
5+ uri = "package://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.77.17 -internal"
66 }
77}
88
Original file line number Diff line number Diff line change 33 "resolvedDependencies" : {
44 "package://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0" : {
55 "type" : " remote" ,
6- "uri" : " projectpackage://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.76.5 " ,
6+ "uri" : " projectpackage://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.77.17-internal " ,
77 "checksums" : {
8- "sha256" : " d5ee50fcb0dd875425c991bf8210fc16c588ea1c9018b9ab27724acc994d2f83 "
8+ "sha256" : " 2bfd424c65a2208c79a25a0de3316b5f6f3832786e9d03c4994f474129eed0ec "
99 }
1010 }
1111 }
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ const type = "AWS::Route53::HealthCheck"
1313
1414@aws .ResourceHint {
1515 type = module .type
16- nonprovisionable = true
1716 identifier = "Id"
1817}
1918open class HealthCheck extends formae.Resource {
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ open class RecordSet extends formae.SubResource {
7474
7575@aws .ResourceHint {
7676 type = module .type
77- nonprovisionable = true
7877 identifier = "Id"
7978 discoverable = false
8079}
You can’t perform that action at this time.
0 commit comments