{ "version": 4, "terraform_version": "1.7.4", "serial": 396, "lineage": "4ef914d9-b32f-2215-e4c7-23bb89e74ac0", "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-7acbae42765bd6b76", "ami": "ami-ae391a8d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5f7cf7b7"], "subnet_id": "subnet-8a10425f", "key_name": "prod-deploy-key" } } ] } ] }