{ "version": 4, "terraform_version": "1.7.2", "serial": 169, "lineage": "7ec6d118-f7c7-1a8d-2e75-3a2456b74c06", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-153300e42f6a37137", "ami": "ami-f9faeb93", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-254344fc"], "subnet_id": "subnet-060e562d", "key_name": "prod-deploy-key" } } ] } ] }