Skip to content

Commit

Permalink
Add ignore changes on system readonly fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishu Goel committed Oct 30, 2024
1 parent 2829fdc commit 24b8bf8
Show file tree
Hide file tree
Showing 9 changed files with 542 additions and 119 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 5a857039-7f4b-42d5-86fd-449767242ed2
management:
docChecksum: f768395a9fa298a197a83c0f2bfa8f30
docChecksum: 9e3d08aa4c4e92fee60362eb116ea477
docVersion: 1.0.0
speakeasyVersion: 1.420.0
speakeasyVersion: 1.422.1
generationVersion: 2.438.15
releaseVersion: 0.11.1
configChecksum: 5f00bde36e6138a840e495cd3ac9beed
releaseVersion: 0.11.4
configChecksum: bd9f028bc3ec4043cd90a04d63fd714e
repoURL: https://github.com/epilot-dev/terraform-provider-epilot-product.git
repoSubDirectory: .
published: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ terraform {
required_providers {
epilot-product = {
source = "epilot-dev/epilot-product"
version = "0.11.1"
version = "0.11.4"
}
}
}
Expand Down
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-product = {
source = "epilot-dev/epilot-product"
version = "0.11.1"
version = "0.11.4"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
epilot-product = {
source = "epilot-dev/epilot-product"
version = "0.11.1"
version = "0.11.4"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ go:
outputModelSuffix: output
packageName: openapi
terraform:
version: 0.11.1
version: 0.11.4
additionalDataSources: []
additionalDependencies: {}
additionalResources: []
Expand Down
Loading

0 comments on commit 24b8bf8

Please sign in to comment.