{ "version": 4, "terraform_version": "1.7.1", "serial": 420, "lineage": "591a4373-2f46-53a8-c35b-5986be2b8cf8", "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-6f76ceef55cc2a65c", "ami": "ami-899b0d56", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-da7c9abc"], "subnet_id": "subnet-fdfdbc85", "key_name": "prod-deploy-key" } } ] } ] }