{ "version": 4, "terraform_version": "1.7.1", "serial": 376, "lineage": "3ae740d4-5389-f796-73aa-eca7ee0f55cd", "outputs": { "db_endpoint": { "value": "db-4.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-be689b7ced0338382", "ami": "ami-2f4e584f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ff1ff08a"], "subnet_id": "subnet-cdd2f30b", "key_name": "prod-deploy-key" } } ] } ] }