{ "version": 4, "terraform_version": "1.8.1", "serial": 579, "lineage": "d3854e65-bd31-6332-056c-3e8284bb42ac", "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-d552a2d3f8b459830", "ami": "ami-14d0d345", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-575c75f4"], "subnet_id": "subnet-36b88c61", "key_name": "prod-deploy-key" } } ] } ] }