Skip to content

Commit

Permalink
Upgrade terraform-provider-spotinst to v1.172.2 (#702)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-spotinst`.

---

- Upgrading terraform-provider-spotinst from 1.172.0  to 1.172.2.
	Fixes #700
  • Loading branch information
guineveresaenger authored May 18, 2024
1 parent 655e64f commit aafb39a
Show file tree
Hide file tree
Showing 122 changed files with 13,236 additions and 11 deletions.
112 changes: 112 additions & 0 deletions provider/cmd/pulumi-resource-spotinst/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1975,6 +1975,118 @@
"spotinst_ocean_spark_virtual_node_group": {
"current": "spotinst:spark/oceanVirtualNodeGroup:OceanVirtualNodeGroup"
},
"spotinst_oceancd_strategy": {
"current": "spotinst:oceancd/strategy:Strategy",
"fields": {
"canary": {
"maxItemsOne": true,
"elem": {
"fields": {
"background_verification": {
"maxItemsOne": true,
"elem": {
"fields": {
"template_names": {
"maxItemsOne": false
}
}
}
},
"steps": {
"maxItemsOne": false,
"elem": {
"fields": {
"pause": {
"maxItemsOne": true
},
"set_canary_scale": {
"maxItemsOne": true
},
"set_header_route": {
"maxItemsOne": true,
"elem": {
"fields": {
"match": {
"maxItemsOne": false,
"elem": {
"fields": {
"header_value": {
"maxItemsOne": true
}
}
}
}
}
}
},
"verification": {
"maxItemsOne": true,
"elem": {
"fields": {
"template_names": {
"maxItemsOne": false
}
}
}
}
}
}
}
}
}
},
"rolling": {
"maxItemsOne": true,
"elem": {
"fields": {
"steps": {
"maxItemsOne": false,
"elem": {
"fields": {
"pause": {
"maxItemsOne": true
},
"verification": {
"maxItemsOne": true,
"elem": {
"fields": {
"template_names": {
"maxItemsOne": false
}
}
}
}
}
}
}
}
}
}
}
},
"spotinst_oceancd_verification_provider": {
"current": "spotinst:oceancd/verificationProvider:VerificationProvider",
"fields": {
"cloud_watch": {
"maxItemsOne": true
},
"cluster_ids": {
"maxItemsOne": false
},
"datadog": {
"maxItemsOne": true
},
"jenkins": {
"maxItemsOne": true
},
"new_relic": {
"maxItemsOne": true
},
"prometheus": {
"maxItemsOne": true
}
}
},
"spotinst_organization_policy": {
"current": "spotinst:organization/policy:Policy",
"fields": {
Expand Down
Loading

0 comments on commit aafb39a

Please sign in to comment.