{ "version": 4, "terraform_version": "1.6.7", "serial": 161, "lineage": "485b492d-7e59-5786-2b96-564cb178963d", "outputs": { "db_endpoint": { "value": "db-2.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-a9350b52c13e6cf90", "ami": "ami-0feaf75d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-45a4099b"], "subnet_id": "subnet-c1160b5c", "key_name": "prod-deploy-key" } } ] } ] }