Skip to content

Commit b0152b0

Browse files
authored
Merge pull request #171 from kadadhic/main
docs update
2 parents 9fdc222 + 9cfe2b2 commit b0152b0

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

docs/index.md

+8-24
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,20 @@ This provider can be used to manage the FMC configuration.
1212

1313
## Features
1414

15-
You can manage the following resources with this provider:
16-
17-
- Network, Host, Range, FQDN objects
18-
- Network object groups
19-
- ICMPv4 objects
20-
- URL objects
21-
- URL object groups
22-
- Port objects
23-
- Port object groups
24-
25-
- Access Policies
26-
- Access Rules
27-
- NAT Policies
28-
- Auto NAT and Manual NAT Rules
29-
30-
- Policy Device Mappings
31-
- Deployment to FTD
32-
33-
Further, the provider provides the below data sources:
34-
35-
- FTD devices
36-
- File and IPS policies
37-
- Security zones
38-
- Syslog alert configurations
15+
To check the documentation of the features supported by this Terraform provider, click on *Resources* and *Data Source* drop down menu from the left pane.
3916

4017
## Example
4118

4219
An example provider initialization is shown below:
4320

4421
```hcl
22+
terraform {
23+
required_providers {
24+
fmc = {
25+
source = "CiscoDevNet/fmc"
26+
}
27+
}
28+
}
4529
provider "fmc" {
4630
fmc_username = "terraform_user"
4731
fmc_password = "SecurePasswordFromTfvars"

0 commit comments

Comments
 (0)