{ "version": 4, "terraform_version": "1.7.8", "serial": 346, "lineage": "d1e0bac5-73d4-4ef8-a206-710ecfedd845", "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-9c2a4c830b9eeaf8b", "ami": "ami-644431a4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-151e238e"], "subnet_id": "subnet-193c49ec", "key_name": "prod-deploy-key" } } ] } ] }