{ "version": 4, "terraform_version": "1.6.1", "serial": 287, "lineage": "8bc8a5a8-541e-a300-fc9d-e24027000ce8", "outputs": { "db_endpoint": { "value": "db-1.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-b14b04042399ef014", "ami": "ami-66b49c7c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-454d8316"], "subnet_id": "subnet-7ee1c6ef", "key_name": "prod-deploy-key" } } ] } ] }