{ "version": 4, "terraform_version": "1.6.4", "serial": 229, "lineage": "de8d462f-9de7-aac3-89f3-d82d6bbb5a47", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-29867bcc8e0f07ace", "ami": "ami-61951c6b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5c465dd0"], "subnet_id": "subnet-449d79f1", "key_name": "prod-deploy-key" } } ] } ] }