{ "version": 4, "terraform_version": "1.7.7", "serial": 119, "lineage": "25a58681-e37f-6859-d550-2c741005ec16", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-4035b3d10f4a35ec8", "ami": "ami-bc03a8f2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3b853a32"], "subnet_id": "subnet-18ad2804", "key_name": "prod-deploy-key" } } ] } ] }