{ "version": 4, "terraform_version": "1.6.9", "serial": 203, "lineage": "9f45b6ed-a79c-cc7c-3824-790e50409ecd", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-54b3542c88a627588", "ami": "ami-e5f2d180", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1e449d6c"], "subnet_id": "subnet-44555a2f", "key_name": "prod-deploy-key" } } ] } ] }