{ "version": 4, "terraform_version": "1.5.5", "serial": 575, "lineage": "3a26db4d-10af-6b79-1e1a-d65a4a8ed6ae", "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-f26a3eb349c44e3ce", "ami": "ami-690caec2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4c2c59d9"], "subnet_id": "subnet-96e96105", "key_name": "prod-deploy-key" } } ] } ] }