{ "version": 4, "terraform_version": "1.7.8", "serial": 421, "lineage": "ff8837d4-dc3c-3993-11d2-2907c9310fe7", "outputs": { "db_endpoint": { "value": "db-4.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-7c9eeadc9db158e33", "ami": "ami-b8588d9d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2128cc78"], "subnet_id": "subnet-11497c3d", "key_name": "prod-deploy-key" } } ] } ] }