{ "version": 4, "terraform_version": "1.6.0", "serial": 585, "lineage": "45d8056e-ea68-a263-8d2a-352a143b1b95", "outputs": { "db_endpoint": { "value": "db-4.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-32bd8998c58d32f81", "ami": "ami-df70df9c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-018324c2"], "subnet_id": "subnet-51f18cc7", "key_name": "prod-deploy-key" } } ] } ] }