{ "version": 4, "terraform_version": "1.5.2", "serial": 589, "lineage": "1a48c251-42fc-0ad0-0928-fd7bc6ffe7dc", "outputs": { "db_endpoint": { "value": "db-4.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-e4f8055147c2f8257", "ami": "ami-f57a303d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-edaf0d03"], "subnet_id": "subnet-91ad8267", "key_name": "prod-deploy-key" } } ] } ] }