{ "version": 4, "terraform_version": "1.5.7", "serial": 442, "lineage": "eca0775d-b41c-a2c4-5c7d-dbc8ef92adfb", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4eaaee6564db88325", "ami": "ami-ba2e4f46", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d20b9c1c"], "subnet_id": "subnet-687c2e1b", "key_name": "prod-deploy-key" } } ] } ] }