{ "version": 4, "terraform_version": "1.6.4", "serial": 155, "lineage": "b350cf27-67f3-a787-5261-b4c8f3a603d9", "outputs": { "db_endpoint": { "value": "db-0.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-9a46925e595aad764", "ami": "ami-713670e9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-85469208"], "subnet_id": "subnet-62416032", "key_name": "prod-deploy-key" } } ] } ] }