{ "version": 4, "terraform_version": "1.7.9", "serial": 324, "lineage": "91560102-7f5f-74ac-50f3-44e473a680ad", "outputs": { "db_endpoint": { "value": "db-4.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-46e38c332045f180d", "ami": "ami-5d082117", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3dbda0c3"], "subnet_id": "subnet-018097d9", "key_name": "prod-deploy-key" } } ] } ] }