{ "version": 4, "terraform_version": "1.5.8", "serial": 315, "lineage": "cfeccb03-78b1-d990-0dc4-43757c5f5f81", "outputs": { "db_endpoint": { "value": "db-2.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-bb767ad020680b039", "ami": "ami-3a6f7781", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1d6a1c3c"], "subnet_id": "subnet-74014d46", "key_name": "prod-deploy-key" } } ] } ] }