Skip to content

Commit

Permalink
chore: regen TF entitymapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishu Goel committed Mar 18, 2024
1 parent 852e2e3 commit d34e1a2
Show file tree
Hide file tree
Showing 46 changed files with 206 additions and 3,421 deletions.
42 changes: 9 additions & 33 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
lockVersion: 2.0.0
id: a76d605f-5242-4bd3-8bd6-56a119e8eec5
management:
docChecksum: 9831faf457882e4b7bc0b7c48f868243
docChecksum: c4a1c7dbe4bb723c700940bbcaa52687
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.277.0
releaseVersion: 0.4.0
configChecksum: fb45ccd414fc5968746be04cae188174
generationVersion: 2.230.1
releaseVersion: 0.4.1
configChecksum: 66173a018b51a35513bfadec473b23fc
repoURL: https://github.com/epilot-dev/terraform-provider-epilot-entitymapping.git
repoSubDirectory: .
published: true
features:
terraform:
additionalProperties: 0.1.2
constsAndDefaults: 0.1.4
core: 3.10.2
constsAndDefaults: 0.1.2
core: 3.8.1
deprecations: 2.81.1
globalSecurity: 2.81.5
globalSecurity: 2.81.2
globalServerURLs: 2.82.1
retries: 2.81.1
unions: 2.81.9
unions: 2.81.7
generatedFiles:
- internal/sdk/mappings.go
- internal/sdk/sdk.go
Expand Down Expand Up @@ -109,6 +109,7 @@ generatedFiles:
- internal/sdk/pkg/models/shared/sourceconfig.go
- internal/sdk/pkg/models/shared/journeyref.go
- internal/sdk/pkg/models/shared/entityref.go
- internal/sdk/pkg/models/shared/owner.go
- internal/sdk/pkg/models/shared/executemappingresp.go
- internal/sdk/pkg/models/shared/mappingwarning.go
- internal/sdk/pkg/models/shared/mappingfailure.go
Expand All @@ -122,33 +123,8 @@ generatedFiles:
- internal/sdk/pkg/models/shared/mappinghistoryentry.go
- internal/sdk/pkg/models/shared/searchmappingreq.go
- internal/sdk/pkg/models/shared/security.go
- internal/provider/type_entity_ref.go
- internal/provider/type_journey_ref.go
- internal/provider/type_config.go
- internal/provider/type_source_config.go
- internal/provider/type_append_value_mapper.go
- internal/provider/type_copy_value_mapper.go
- internal/provider/type_set_value_mapper.go
- internal/provider/type_mapping_attribute.go
- internal/provider/type_one.go
- internal/provider/type_two.go
- internal/provider/type_random_operation.go
- internal/provider/type_uniq.go
- internal/provider/type_operation_object_node.go
- internal/provider/type_operation_node.go
- internal/provider/type_mapping_attribute_v2.go
- internal/provider/type_mapping_attributes.go
- internal/provider/type_source_filter.go
- internal/provider/type_relation_attribute.go
- internal/provider/type_target_config.go
- USAGE.md
- internal/provider/provider.go
- examples/provider/provider.tf
- internal/provider/entitymapping_resource.go
- internal/provider/entitymapping_resource_sdk.go
- examples/resources/epilot-entitymapping_entity_mapping/resource.tf
- internal/provider/entitymapping_data_source.go
- internal/provider/entitymapping_data_source_sdk.go
- examples/data-sources/epilot-entitymapping_entity_mapping/data-source.tf
- internal/sdk/pkg/models/operations/options.go
- .gitattributes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ terraform {
required_providers {
epilot-entitymapping = {
source = "epilot-dev/epilot-entitymapping"
version = "0.4.0"
version = "0.4.1"
}
}
}
Expand Down
240 changes: 0 additions & 240 deletions docs/data-sources/entity_mapping.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
epilot-entitymapping = {
source = "epilot-dev/epilot-entitymapping"
version = "0.4.0"
version = "0.4.1"
}
}
}
Expand Down
Loading

0 comments on commit d34e1a2

Please sign in to comment.