{ "version": 4, "terraform_version": "1.5.7", "serial": 360, "lineage": "68b0bea2-c8c9-07ee-7008-837d806891a7", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-33f68b765a2e8bd7b", "ami": "ami-0c871306", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-261c7eda"], "subnet_id": "subnet-daa08401", "key_name": "prod-deploy-key" } } ] } ] }