* state/remote/swift: Now supports all login/config options that the OpenStack Provider supports ([#9777](https://github.com/hashicorp/terraform/issues/9777))
BUG FIXES:
* core: Provisioners in modules do not crash during `apply` (regression). [GH-9846]
* core: Computed bool fields with non-bool values will not crash [GH-9812]
* core: `formatlist` interpolation function accepts an empty list [GH-9795]
* core: Validate outputs have a name [GH-9823]
* core: Validate variables have a name [GH-9818]
* command/apply: If a partial set of required variables are provided with `-var`, ask for the remainder [GH-9794]
* provider/aws: Fix issue setting `certificate_upload_date` in `aws_api_gateway_domain_name`[GH-9815]
* provider/azurerm: allow storage_account resource with name "$root" [GH-9813]
* provider/google: fix for looking up project image families [GH-9243]
* provider/openstack: Don't pass `shared` in FWaaS Policy unless it's set [GH-9830]
* provider/openstack: openstack_fw_firewall_v1 `admin_state_up` should default to true [GH-9832]
* core: Provisioners in modules do not crash during `apply` (regression). ([#9846](https://github.com/hashicorp/terraform/issues/9846))
* core: Computed bool fields with non-bool values will not crash ([#9812](https://github.com/hashicorp/terraform/issues/9812))
* core: `formatlist` interpolation function accepts an empty list ([#9795](https://github.com/hashicorp/terraform/issues/9795))
* core: Validate outputs have a name ([#9823](https://github.com/hashicorp/terraform/issues/9823))
* core: Validate variables have a name ([#9818](https://github.com/hashicorp/terraform/issues/9818))
* command/apply: If a partial set of required variables are provided with `-var`, ask for the remainder ([#9794](https://github.com/hashicorp/terraform/issues/9794))