Skip to content

Commit

Permalink
chore: "make generate" against terraform-provider-equinix:1.33.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague committed Mar 29, 2024
1 parent 5defbc3 commit bc15243
Show file tree
Hide file tree
Showing 45 changed files with 2,263 additions and 743 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ pull-docs:
fi
@git -C "$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)" sparse-checkout set "$(TERRAFORM_DOCS_PATH)"
@echo "Removing examples known to cause parser errors for examples-generated"
@rm -f "$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)/$(TERRAFORM_DOCS_PATH)/equinix_metal_port_vlan_attachment.md"
@rm -f "$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)/$(TERRAFORM_DOCS_PATH)/equinix_metal_port_vlan_attachment.md" \
"$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)/$(TERRAFORM_DOCS_PATH)/equinix_fabric_routing_protocol.md"

generate.init: $(TERRAFORM_PROVIDER_SCHEMA) pull-docs

Expand Down
59 changes: 34 additions & 25 deletions apis/fabric/v1alpha1/zz_cloudrouter_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bc15243

Please sign in to comment.