Skip to content

Commit

Permalink
fix: fixed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edbamolvyavahare committed Oct 21, 2024
1 parent 7719b1f commit e78384b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ release:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
# If you want to manually examine the release before its live, uncomment this line:
# draft: false
draft: false
changelog:
skip: true
1 change: 1 addition & 0 deletions .wordlist-en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ BigAnimal
BigAnimal's
CIDR
CSP
csp
EDB
GUC
IAM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.0.0"
version = "1.1.0"
}
}
}
Expand Down
5 changes: 4 additions & 1 deletion docs/resources/faraway_replica.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,7 @@ Read-Only:

Import is supported using the following syntax:

{{codefile "shell" "/Users/amol.vyavahare/Documents/projects/terraform-provider-biganimal/examples/resources/biganimal_faraway_replica/import.sh"}}
```shell
# terraform import biganimal_faraway_replica.<resource_name> <project_id>/<cluster_id>
terraform import biganimal_faraway_replica.faraway_replica prj_deadbeef01234567/p-abcd123456
```
2 changes: 1 addition & 1 deletion templates/resources/faraway_replica.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ That's why both the cluster and the faraway replica in this example are running

Import is supported using the following syntax:

{{ printf "{{codefile \"shell\" %q}}" .ImportFile }}
{{ codefile "shell" .ImportFile }}
{{- end }}

0 comments on commit e78384b

Please sign in to comment.