{ "version": 4, "terraform_version": "1.7.7", "serial": 280, "lineage": "16bc10c2-c58a-6b26-45d6-5c436b42aec4", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-f7500efc98ee4cfd6", "ami": "ami-2c0a5411", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3ce1aba0"], "subnet_id": "subnet-2281ef63", "key_name": "prod-deploy-key" } } ] } ] }