{ "version": 4, "terraform_version": "1.5.3", "serial": 355, "lineage": "64897617-334c-9078-6fa2-b99494a0f819", "outputs": { "db_endpoint": { "value": "db-0.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-c5a4f7585e8f090cd", "ami": "ami-e271cb4d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e7a5036c"], "subnet_id": "subnet-8e8acdc4", "key_name": "prod-deploy-key" } } ] } ] }