{ "version": 4, "terraform_version": "1.7.5", "serial": 221, "lineage": "da7978d8-8c62-6b97-7f55-502ce4ef6554", "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-ff80472f922ffe30b", "ami": "ami-b1d376f0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a0d2cee5"], "subnet_id": "subnet-ea3bd651", "key_name": "prod-deploy-key" } } ] } ] }