{ "version": 4, "terraform_version": "1.7.6", "serial": 394, "lineage": "9b3f0205-f2ec-a144-31e9-eeb31ee933d1", "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-3b2a2aa0dad2617a1", "ami": "ami-43041bc3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5e1f3254"], "subnet_id": "subnet-e96c28f8", "key_name": "prod-deploy-key" } } ] } ] }