{ "version": 4, "terraform_version": "1.6.4", "serial": 430, "lineage": "5fde20af-41c3-fc2a-f2ff-d48d8d71aab0", "outputs": { "db_endpoint": { "value": "db-1.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-d212488ba1380e814", "ami": "ami-6f715c5f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-353a046b"], "subnet_id": "subnet-1497d47a", "key_name": "prod-deploy-key" } } ] } ] }