{ "version": 4, "terraform_version": "1.6.5", "serial": 193, "lineage": "3d39f3ba-8c26-b071-ccd0-40d9048c6fc2", "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-22c05ee27062dab06", "ami": "ami-df3a5c29", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-15881433"], "subnet_id": "subnet-44d55bc1", "key_name": "prod-deploy-key" } } ] } ] }