{ "version": 4, "terraform_version": "1.5.5", "serial": 358, "lineage": "20a16c40-1c2d-c995-d2ee-6006f11c729e", "outputs": { "db_endpoint": { "value": "db-1.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-edd218973c10c208d", "ami": "ami-700212d9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-da7ee788"], "subnet_id": "subnet-6856c2fa", "key_name": "prod-deploy-key" } } ] } ] }