{ "version": 4, "terraform_version": "1.7.7", "serial": 578, "lineage": "f7b1a1c2-4893-3fd1-d837-e6c02332a00d", "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-3ebb41d1e757673fe", "ami": "ami-639297e3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a5477ed7"], "subnet_id": "subnet-6452ee16", "key_name": "prod-deploy-key" } } ] } ] }