{ "version": 4, "terraform_version": "1.5.7", "serial": 351, "lineage": "e5c3cd6f-a1de-2646-9739-4b0279cc15d6", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-493918ccf51b0dc25", "ami": "ami-ec47b57e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f74c0c4e"], "subnet_id": "subnet-f5689f79", "key_name": "prod-deploy-key" } } ] } ] }