{ "version": 4, "terraform_version": "1.5.1", "serial": 308, "lineage": "08f42aea-2c8a-25d9-e680-0dda3d2f09be", "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-0a6ac13b8701f5edb", "ami": "ami-ba8b205b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e43f0743"], "subnet_id": "subnet-2b6c7bdb", "key_name": "prod-deploy-key" } } ] } ] }