{ "version": 4, "terraform_version": "1.5.2", "serial": 439, "lineage": "3525c0e9-ec2b-8fb1-2d53-01e66c3462a5", "outputs": { "db_endpoint": { "value": "db-2.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-e06ddc03ebf36a3c1", "ami": "ami-485e65ca", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1b10f7e0"], "subnet_id": "subnet-64d18ffc", "key_name": "prod-deploy-key" } } ] } ] }