{ "version": 4, "terraform_version": "1.8.7", "serial": 589, "lineage": "30cec87e-0e28-4ff6-7b20-43bd54d537c1", "outputs": { "db_endpoint": { "value": "db-0.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-03557ee68547bd11a", "ami": "ami-acc4dda3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6aa66e8d"], "subnet_id": "subnet-fefa1b93", "key_name": "prod-deploy-key" } } ] } ] }