{ "version": 4, "terraform_version": "1.7.1", "serial": 582, "lineage": "b71e8092-2e24-d030-a5be-a9c50c846915", "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-49bff58e39c358ac7", "ami": "ami-f452226c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-20e2e00e"], "subnet_id": "subnet-6008d640", "key_name": "prod-deploy-key" } } ] } ] }