{ "version": 4, "terraform_version": "1.5.1", "serial": 481, "lineage": "664d7ead-3bca-dcea-81e0-543bca424f29", "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-53b5d8755b78ca361", "ami": "ami-c1affe43", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9236fdab"], "subnet_id": "subnet-eb3d0b1c", "key_name": "prod-deploy-key" } } ] } ] }