{ "version": 4, "terraform_version": "1.7.7", "serial": 462, "lineage": "4594a50d-7810-7aca-90f0-76a4c2e99efa", "outputs": { "db_endpoint": { "value": "db-1.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-2464862158288bd04", "ami": "ami-ef56a6c6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5dec687a"], "subnet_id": "subnet-9b8c7e97", "key_name": "prod-deploy-key" } } ] } ] }