{ "version": 4, "terraform_version": "1.7.4", "serial": 251, "lineage": "bb98357e-548e-ce8c-cb15-701739e5fe8e", "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-8d7e6e24a6820cc78", "ami": "ami-b6428931", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4c23317f"], "subnet_id": "subnet-783b38be", "key_name": "prod-deploy-key" } } ] } ] }