{ "version": 4, "terraform_version": "1.7.9", "serial": 456, "lineage": "1475af0e-0cd2-e94e-7525-18d1cf41d768", "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-4b3fbd8778f388dc7", "ami": "ami-49c3c11b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a18003ab"], "subnet_id": "subnet-3b2560cf", "key_name": "prod-deploy-key" } } ] } ] }