{ "version": 4, "terraform_version": "1.5.1", "serial": 496, "lineage": "565dd7d7-ad44-ecd6-034e-0bdf978ee90d", "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-69a0eaa1ebf4510e2", "ami": "ami-afad5764", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cbaf9579"], "subnet_id": "subnet-c2c31f79", "key_name": "prod-deploy-key" } } ] } ] }