{ "version": 4, "terraform_version": "1.6.9", "serial": 339, "lineage": "456b888d-c990-a717-e448-486ae9e7f852", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-19e453a0fcf22c23c", "ami": "ami-6d1515ec", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ee37897a"], "subnet_id": "subnet-718945b7", "key_name": "prod-deploy-key" } } ] } ] }