{ "version": 4, "terraform_version": "1.6.4", "serial": 157, "lineage": "9684c820-d711-1cb7-8ea7-f5e9aa1cbdd7", "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-7de4407561a8e8ccc", "ami": "ami-6b750c24", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-455d5252"], "subnet_id": "subnet-d26482ed", "key_name": "prod-deploy-key" } } ] } ] }