Skip to content

Commit e563cce

Browse files
committed
chore(schema): upgrade to formae@0.77.17-internal
- Update PklProject dependency from 0.77.16-internal to 0.77.17-internal - Remove deprecated nonprovisionable field from ResourceHint annotations
1 parent 87a7cfa commit e563cce

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

schema/pkl/PklProject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ amends "pkl:Project"
22

33
dependencies {
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

schema/pkl/PklProject.deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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
}

schema/pkl/route53/healthcheck.pkl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}
1918
open class HealthCheck extends formae.Resource {

schema/pkl/route53/recordsetgroup.pkl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)