What kind of configuration block will create an infrastructure object with settings specified within the block?
What kind of configuration block will create an infrastructure object with settings specified within the block?
The configuration block that creates an infrastructure object with settings specified within the block is the 'resource' block. It defines what resources to create and their configurations, making them an essential part of infrastructure-as-code tools such as Terraform.
resource block is used to provision the resource