{ "version": 4, "terraform_version": "1.6.7", "serial": 285, "lineage": "4f8b5012-8c79-87b5-9cd2-f464c8d4c1e1", "outputs": { "db_endpoint": { "value": "db-3.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-a16432dd842bf13a4", "ami": "ami-bc0f3de0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1f926f0e"], "subnet_id": "subnet-b4f9e6ee", "key_name": "prod-deploy-key" } } ] } ] }