{ "version": 4, "terraform_version": "1.6.8", "serial": 144, "lineage": "b18a0571-4446-2a98-4cf9-718e656fcfcf", "outputs": { "db_endpoint": { "value": "db-2.us-east-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-3774eaf249af773e5", "ami": "ami-dfe8129c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-39c99cdd"], "subnet_id": "subnet-6fca09ac", "key_name": "prod-deploy-key" } } ] } ] }