{ "version": 4, "terraform_version": "1.6.9", "serial": 482, "lineage": "3401f0d1-9c0b-1727-e41b-bdcdd3e35a95", "outputs": { "db_endpoint": { "value": "db-3.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-e571075f54d95e8d4", "ami": "ami-c7d78e19", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-61a65e41"], "subnet_id": "subnet-893ad0bc", "key_name": "prod-deploy-key" } } ] } ] }