{ "version": 4, "terraform_version": "1.8.9", "serial": 306, "lineage": "752a17af-51d2-4741-da93-7c40a7530bf6", "outputs": { "db_endpoint": { "value": "db-3.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-e073e9dfd3c56f87b", "ami": "ami-b159141e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d082edfa"], "subnet_id": "subnet-3b1d0bb9", "key_name": "prod-deploy-key" } } ] } ] }