{ "version": 4, "terraform_version": "1.6.9", "serial": 336, "lineage": "430a7a77-e918-e07a-0b43-474bdec9fda7", "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-3f12da216037aec9d", "ami": "ami-90453b42", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-64e826f8"], "subnet_id": "subnet-7d02d1c8", "key_name": "prod-deploy-key" } } ] } ] }