{ "version": 4, "terraform_version": "1.6.3", "serial": 524, "lineage": "28b84ce3-46e7-d44f-b736-c63093331cc0", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-bdc68e1893a9bcd72", "ami": "ami-92e241d0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5b06e2da"], "subnet_id": "subnet-72b9343a", "key_name": "prod-deploy-key" } } ] } ] }