{ "version": 4, "terraform_version": "1.7.8", "serial": 561, "lineage": "7a27b48d-1c18-90ef-4bc9-2949c466f5b9", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.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-ec6821fb78a76aa4b", "ami": "ami-4d94e959", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-450fc823"], "subnet_id": "subnet-4053c9c2", "key_name": "prod-deploy-key" } } ] } ] }