mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-24 23:46:26 -06:00
ab18f60071
The support for "use_client_subnet" was half finished. - Field was defined in schema. - ResourceData-to-struct code was present but incorrect. - struct-to-ResourceData code was missing. Made the change and verified with manual testing: 1. In NS1 UI, switched "Use Client Subnet" between checked and unchecked. 2. In Terraform config file, switched "use_client_subnet" field between "true", "false", and omitted. 3. The output of "terraform plan" was as expected in all six cases. |
||
---|---|---|
.. | ||
meta.go | ||
permissions.go | ||
provider_test.go | ||
provider.go | ||
resource_apikey.go | ||
resource_datafeed_test.go | ||
resource_datafeed.go | ||
resource_datasource_test.go | ||
resource_datasource.go | ||
resource_monitoringjob_test.go | ||
resource_monitoringjob.go | ||
resource_record_test.go | ||
resource_record.go | ||
resource_team_test.go | ||
resource_team.go | ||
resource_user.go | ||
resource_zone_test.go | ||
resource_zone.go | ||
string_enum.go |