CiscoDevNet / terraform-provider-fmc

Terraform Provider for FMC
https://registry.terraform.io/providers/CiscoDevNet/fmc/latest/docs
Mozilla Public License 2.0
16 stars 30 forks source link

Resource fmc_fqdn_objects doens't give back a type #156

Open patrickboertje opened 10 months ago

patrickboertje commented 10 months ago

After creating an FQDN, there is no type available to use in an access rule.

╷
│ Error: Unsupported attribute
│ 
│   on fmcObjects.tf.json line 3378, in [236].resource.fmc_access_rules.CAT_tool_Saxion.destination_networks.destination_network[0]:
│ 3378:                 "type": "${fmc_fqdn_objects.F-apps_saxion_nl.type}"
│ 
│ This object has no argument, nested block, or exported attribute named "type".
╵

In the API documentation, there is an type coming back. So the gues is this is a littile bug from the provider.