{ "version": 4, "terraform_version": "1.6.7", "serial": 285, "lineage": "3735b24a-1d44-3026-ec6a-8ed040f73429", "outputs": { "db_endpoint": { "value": "db-2.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-80f408189e9c17636", "ami": "ami-187df914", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b36b32fb"], "subnet_id": "subnet-3863c019", "key_name": "prod-deploy-key" } } ] } ] }