Skip to content

Commit

Permalink
fix: Update resource names (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbil authored Sep 11, 2024
1 parent ef492d8 commit ad3ec23
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion specs/device/dns.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "DNS"
terraform_provider_config:
suffix: "dns"
suffix: "dns_settings"
go_sdk_config:
package:
- "device"
Expand Down
2 changes: 1 addition & 1 deletion specs/device/ntp.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "NTP"
terraform_provider_config:
suffix: "ntp"
suffix: "ntp_settings"
go_sdk_config:
package:
- "device"
Expand Down
4 changes: 2 additions & 2 deletions specs/objects/address.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ terraform_provider_config:
resource_type: entry
resource_variants:
- plural
suffix: "address_object"
plural_suffix: "address_objects"
suffix: "address"
plural_suffix: "addresses"
plural_name: "addresses"
go_sdk_config:
package:
Expand Down
2 changes: 1 addition & 1 deletion specs/objects/service.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Service"
terraform_provider_config:
suffix: "service_object"
suffix: "service"
go_sdk_config:
package:
- "objects"
Expand Down
2 changes: 1 addition & 1 deletion specs/panorama/template-variable.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Template Variable"
terraform_provider_config:
suffix: "panorama_template_variable"
suffix: "template_variable"
go_sdk_config:
package:
- "panorama"
Expand Down
2 changes: 1 addition & 1 deletion specs/panorama/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Template"
terraform_provider_config:
suffix: "panorama_template"
suffix: "template"
go_sdk_config:
package:
- "panorama"
Expand Down

0 comments on commit ad3ec23

Please sign in to comment.