{ "version": 4, "terraform_version": "1.6.1", "serial": 168, "lineage": "2373aed4-00ff-c2d0-6eb8-a52b72eb460e", "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-19fc263fce50a39b3", "ami": "ami-80493254", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-02ebd3d9"], "subnet_id": "subnet-b1e980aa", "key_name": "prod-deploy-key" } } ] } ] }