{ "version": 4, "terraform_version": "1.6.9", "serial": 399, "lineage": "91fba467-c7d0-07c6-0b59-12aea24d7a75", "outputs": { "db_endpoint": { "value": "db-3.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-6f9f0d8d7447ca969", "ami": "ami-cfc9c616", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6a431735"], "subnet_id": "subnet-d7619fe7", "key_name": "prod-deploy-key" } } ] } ] }