{ "version": 4, "terraform_version": "1.6.3", "serial": 245, "lineage": "5a9fa23a-18a9-b68d-5fa8-dd02d29cdde0", "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-934f5d75c62fc6650", "ami": "ami-5bcf97c7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-23ff4cc6"], "subnet_id": "subnet-b7501505", "key_name": "prod-deploy-key" } } ] } ] }