{ "version": 4, "terraform_version": "1.5.1", "serial": 186, "lineage": "bcf7d6c2-ff52-699b-3cdc-37b0227d2331", "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-c759d28f376c0f1b6", "ami": "ami-7b473929", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e12b73eb"], "subnet_id": "subnet-8feba69a", "key_name": "prod-deploy-key" } } ] } ] }