{ "version": 4, "terraform_version": "1.6.2", "serial": 155, "lineage": "4a1ac953-60aa-e91e-f7e3-cf733a011aef", "outputs": { "db_endpoint": { "value": "db-2.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-8d0f463ea18d6f73d", "ami": "ami-c4a9e198", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a90623f7"], "subnet_id": "subnet-4aba90e4", "key_name": "prod-deploy-key" } } ] } ] }