{ "version": 4, "terraform_version": "1.5.7", "serial": 226, "lineage": "4ba73492-1e28-30a2-2a61-13659f194e00", "outputs": { "db_endpoint": { "value": "db-1.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-daad6d5a09ca7b6cd", "ami": "ami-8b5782c4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a826aa67"], "subnet_id": "subnet-84d63b6c", "key_name": "prod-deploy-key" } } ] } ] }