Skip to content

Commit

Permalink
removing fast resources
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 committed Apr 11, 2024
1 parent b7534ca commit c9bfc1b
Show file tree
Hide file tree
Showing 10 changed files with 367 additions and 583 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
example.tf
terraform.tfplan
terraform.tfstate
.terraform.lock.hcl
*.tfvars
vendor/.DS_Store
terraform-provider-bigipnext
Expand Down
3 changes: 2 additions & 1 deletion docs/resources/cm_deploy_f5os.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Optional:

- `cpu_cores` (Number) The number of virtual processor cores to configure on the BIG-IP-Next Instance.Default is `4`.
- `disk_size` (Number) The amount of disk size in GigBytes to configure on the BIG-IP-Next Instance.Default is `30`.
- `vlan_ids` (List of Number) List of integers. Specifies on which blades nodes the tenants are deployed.
- `slot_ids` (List of Number) Specifies on which list blades nodes the tenants are deployed.
Required for create operations.
For single blade platforms like rSeries only the value of 1 should be provided.
- `vlan_ids` (List of Number) List of vlan ids to be assigned to BIG-IP Next Instance deployed
55 changes: 0 additions & 55 deletions docs/resources/cm_fast_http.md

This file was deleted.

56 changes: 0 additions & 56 deletions docs/resources/cm_fast_template.md

This file was deleted.

245 changes: 0 additions & 245 deletions internal/provider/fast_http_resource.go

This file was deleted.

Loading

0 comments on commit c9bfc1b

Please sign in to comment.