{ "version": 4, "terraform_version": "1.6.4", "serial": 474, "lineage": "422a6ce5-e4b5-77fc-dd23-3a61a2946f87", "outputs": { "db_endpoint": { "value": "db-0.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-4ab2411e5b5079ae6", "ami": "ami-133676b7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-79a1a935"], "subnet_id": "subnet-9b15f239", "key_name": "prod-deploy-key" } } ] } ] }