{ "version": 4, "terraform_version": "1.7.2", "serial": 414, "lineage": "38d27e53-5ea8-1481-e2c1-e96e031a3dc2", "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-e209f73069e6041b6", "ami": "ami-9b9b0587", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d33885fd"], "subnet_id": "subnet-107b2034", "key_name": "prod-deploy-key" } } ] } ] }