{ "version": 4, "terraform_version": "1.6.9", "serial": 407, "lineage": "b3dc32bb-153a-e0ed-0356-631023d4124e", "outputs": { "db_endpoint": { "value": "db-0.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-9c5a50cc0757a81a9", "ami": "ami-8d3d7be2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3640260a"], "subnet_id": "subnet-ba1137ec", "key_name": "prod-deploy-key" } } ] } ] }