{ "version": 4, "terraform_version": "1.7.9", "serial": 459, "lineage": "ea5058bf-38e8-b035-7ea6-02f66c6f9499", "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-0894bc56acbf155ca", "ami": "ami-f57a553a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-88fa0ef6"], "subnet_id": "subnet-ed53bf02", "key_name": "prod-deploy-key" } } ] } ] }