{ "version": 4, "terraform_version": "1.7.7", "serial": 566, "lineage": "d353c6da-8849-3ceb-9442-aa3d830010a9", "outputs": { "db_endpoint": { "value": "db-2.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-84882ca373363f276", "ami": "ami-c515933c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fb08a044"], "subnet_id": "subnet-fd58a8a9", "key_name": "prod-deploy-key" } } ] } ] }