{ "version": 4, "terraform_version": "1.7.1", "serial": 321, "lineage": "42e8b984-731a-4203-bb15-932cd42e6c22", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-7158e585d164ea1c4", "ami": "ami-dc01d0a4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-75d52d3c"], "subnet_id": "subnet-c85eefb4", "key_name": "prod-deploy-key" } } ] } ] }