{ "version": 4, "terraform_version": "1.5.8", "serial": 560, "lineage": "f5da9e6f-1928-d293-27bf-ceb361e0dc02", "outputs": { "db_endpoint": { "value": "db-1.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-58ec0ec0e201f7acb", "ami": "ami-63f44f91", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8fb7e4f7"], "subnet_id": "subnet-caffbf1f", "key_name": "prod-deploy-key" } } ] } ] }