{ "version": 4, "terraform_version": "1.7.0", "serial": 425, "lineage": "0c40c3ca-8f94-b9b2-de1f-34f76cedab42", "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-53d21143f79cd8e00", "ami": "ami-2773ac6d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6c46671c"], "subnet_id": "subnet-863f5b60", "key_name": "prod-deploy-key" } } ] } ] }