{ "version": 4, "terraform_version": "1.7.3", "serial": 512, "lineage": "0f080579-9ae0-977c-1129-240bed285cb2", "outputs": { "db_endpoint": { "value": "db-3.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-492bc01c166518e90", "ami": "ami-e9b67a88", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a067fc3f"], "subnet_id": "subnet-36975243", "key_name": "prod-deploy-key" } } ] } ] }