{ "version": 4, "terraform_version": "1.6.6", "serial": 324, "lineage": "f0080dc8-2280-8271-2e59-45a2c230d522", "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-211c57fd3ec18ad18", "ami": "ami-6cdcf651", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-94176faa"], "subnet_id": "subnet-a278c30e", "key_name": "prod-deploy-key" } } ] } ] }