{ "version": 4, "terraform_version": "1.7.5", "serial": 256, "lineage": "391527b7-cf34-166c-21ed-7e38e6ee2467", "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-8e3c80cf97cf57c7b", "ami": "ami-aff4f7a7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a2b56d96"], "subnet_id": "subnet-95be4ddf", "key_name": "prod-deploy-key" } } ] } ] }